Click or drag to resize

CacheListenerSupportIPrimingListener Interface

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
A tag interface indicating that tagged ICacheListener implementation receives "lite" the CacheEventArgs notifications (carrying only a key) and generates a "priming" event when registered.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public interface IPrimingListener : CacheListenerSupportISynchronousListener, 
	ISynchronousListener, ICacheListener

The CacheListenerSupportIPrimingListener type exposes the following members.

Methods
  NameDescription
Public methodEntryDeleted
Invoked when a cache entry has been deleted.
(Inherited from ICacheListener.)
Public methodEntryInserted
Invoked when a cache entry has been inserted.
(Inherited from ICacheListener.)
Public methodEntryUpdated
Invoked when a cache entry has been updated.
(Inherited from ICacheListener.)
Top
See Also