Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
A ICacheTrigger entry represents a pending change to an entry that is about to committed to the underlying cache.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public interface ICacheTriggerEntry : IInvocableCacheEntry, 
	ICacheEntry

Remarks

The methods inherited from IInvocableCacheEntry provide both the pending state and the ability to alter that state. The original state of the entry can be obtained using the OriginalValue and IsOriginalPresent properties.

See Also