An IInvocableCacheEntry contains additional information and exposes additional operations that the basic ICacheEntry does not.

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

Syntax

C#
public interface IInvocableCacheEntry : ICacheEntry

Remarks

It allows non-existent entries to be represented, thus allowing their optional creation. It allows existent entries to be removed from the cache. It supports a number of optimizations that can ultimately be mapped through to indexes and other data structures of the underlying dictionary.

See Also