Class CompositeCache.SimpleListener
ICacheListener for back cache responsible for keeping the front cache coherent with the back cache.
Inherited Members
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
protected class CompositeCache.SimpleListener : MultiplexingCacheListener, CacheListenerSupport.ISynchronousListener, ISynchronousListener, ICacheListener
Remarks
This listener is registered as a synchronous listener for lite events (carrying only a key).
Constructors
SimpleListener(CompositeCache)
Constructor that passes the reference of the parent object.
Declaration
public SimpleListener(CompositeCache parent)
Parameters
Type | Name | Description |
---|---|---|
CompositeCache | parent | The reference to the instatnce of the parent class. |
Methods
OnCacheEvent(CacheEventArgs)
Invoked for any event.
Declaration
protected override void OnCacheEvent(CacheEventArgs evt)
Parameters
Type | Name | Description |
---|---|---|
CacheEventArgs | evt | The CacheEventArgs. |