Enum CacheEventType
Cache event type enumeration.
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public enum CacheEventType
Fields
| Name | Description |
|---|---|
| Deleted | This event indicates that an entry has been removed from the cache. |
| Inserted | This event indicates that an entry has been added to the cache. |
| Updated | This event indicates that an entry has been updated in the cache. |