Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

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.)

Properties

  NameDescription
Public propertyIsOriginalPresent
Determine whether or not the entry existed before the start of the mutating operation that is being evaluated by the trigger.
Public propertyIsPresent
Determine if this entry exists in the cache.
(Inherited from IInvocableCacheEntry.)
Public propertyKey
Gets the key corresponding to this entry.
(Inherited from ICacheEntry.)
Public propertyKey
Gets the key corresponding to this entry.
(Inherited from IInvocableCacheEntry.)
Public propertyOriginalValue
Get the value that existed before the start of the mutating operation that is being evaluated by the trigger.
Public propertyValue
Gets or sets the value corresponding to this entry.
(Inherited from ICacheEntry.)
Public propertyValue
Gets or sets the value corresponding to this entry.
(Inherited from IInvocableCacheEntry.)

See Also