IObservableCacheRemoveCacheListener Method (ICacheListener, Object) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Remove a cache listener that previously signed up for events
about a specific key.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxvoid RemoveCacheListener(
ICacheListener listener,
Object key
)
Parameters
- listener
- Type: Tangosol.Net.CacheICacheListener
The listener to remove.
- key
- Type: SystemObject
The key that identifies the entry for which to raise events.
See Also