Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Utility listener that checks if the value removed from the cache implements IDisposable, and calls Dispose method if it does.

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

Syntax

C#
public class DisposableCacheListener : AbstractCacheListener

Inheritance Hierarchy

System..::.Object
  Tangosol.Net.Cache.Support..::.AbstractCacheListener
    Tangosol.Net.Cache.Support..::.DisposableCacheListener

See Also