Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Raises the EntryInserted event.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected virtual void OnInserted(
	CacheEventArgs args
)

Parameters

args
Type: Tangosol.Net.Cache..::.CacheEventArgs
Cache event arguments containing event data.

See Also