CacheEventType Enumeration |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Cache event type enumeration.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic enum CacheEventType
Members
| Member name | Value | Description |
---|
| Inserted | 1 |
This event indicates that an entry has been added to the cache.
|
| Updated | 2 |
This event indicates that an entry has been updated in the cache.
|
| Deleted | 3 |
This event indicates that an entry has been removed from the
cache.
|
See Also