Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
An IInvocableCacheEntry contains additional information and
exposes additional operations that the basic ICacheEntry
does not.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.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.