Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
DeactivationListener for the back NamedCache.

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

Syntax

C#
protected class DeactivationListener : AbstractCacheListener, 
	INamedCacheDeactivationListener, CacheListenerSupport..::..ISynchronousListener, ISynchronousListener, ICacheListener

Remarks

The primary goal of that listener is invalidation of the front map when the back cache is destroyed or all storage nodes are stopped.

Inheritance Hierarchy

System..::..Object
  Tangosol.Net.Cache.Support..::..AbstractCacheListener
    Tangosol.Net.Cache..::..CompositeCache..::..DeactivationListener

See Also