Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

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