Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

An event which indicates that the content of a cache has changed.

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

Syntax

C#
[SerializableAttribute]
public class CacheEventArgs

Remarks

Possible cache changes that can be respresented by this class are:
  • an entry has been added
  • an entry has been removed
  • an entry has been changed

A CacheEventArgs object is sent as an argument to the ICacheListener interface methods. null values may be provided for the old and the new values.

Inheritance Hierarchy

System..::.Object
  Tangosol.Net.Cache..::.CacheEventArgs
    Tangosol.Net.Cache..::.FilterEventArgs
    Tangosol.Util..::.ConverterCollections..::.ConverterCacheEventArgs

See Also