Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
DeactivationListener for the underlying 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 named cache when the named cache is destroyed or to truncate the local cache if the back cache has been truncated.

Inheritance Hierarchy

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

See Also