ICacheTriggerEntry Interface |
Namespace: Tangosol.Net.Cache
public interface ICacheTriggerEntry : IInvocableCacheEntry, ICacheEntry
The ICacheTriggerEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsOriginalPresent |
Determine whether or not the entry existed before the start of
the mutating operation that is being evaluated by the trigger.
|
![]() | IsPresent |
Determine if this entry exists in the cache.
(Inherited from IInvocableCacheEntry.) |
![]() | Key |
Gets the key corresponding to this entry.
(Inherited from IInvocableCacheEntry.) |
![]() | OriginalValue |
Get the value that existed before the start of the mutating
operation that is being evaluated by the trigger.
|
![]() | Value |
Gets or sets the value corresponding to this entry.
(Inherited from IInvocableCacheEntry.) |
Name | Description | |
---|---|---|
![]() | Extract |
Extract a value out of the entry's value.
(Inherited from IInvocableCacheEntry.) |
![]() | Remove |
Remove this entry from the cache if it is present in the cache.
(Inherited from IInvocableCacheEntry.) |
![]() | SetValue |
Store the value corresponding to this entry.
(Inherited from IInvocableCacheEntry.) |
![]() | Update |
Update the entry's value.
(Inherited from IInvocableCacheEntry.) |