Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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.2.1.4014 (12.2.1.4014)

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