Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
An event which indicates that the content of a cache has changed.

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

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