Click or drag to resize

ICacheTriggerEntry Methods

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

The ICacheTriggerEntry type exposes the following members.

Methods
  NameDescription
Public methodExtract
Extract a value out of the entry's value.
(Inherited from IInvocableCacheEntry.)
Public methodRemove
Remove this entry from the cache if it is present in the cache.
(Inherited from IInvocableCacheEntry.)
Public methodSetValue
Store the value corresponding to this entry.
(Inherited from IInvocableCacheEntry.)
Public methodUpdate
Update the entry's value.
(Inherited from IInvocableCacheEntry.)
Top
See Also