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

A "near cache" is a CompositeCache whose front cache is a size-limited and/or auto-expiring local cache, and whose back cache is a distributed cache.

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

Syntax

C#
public class NearCache : CompositeCache, INamedCache, 
	IObservableCache, IConcurrentCache, IQueryCache, IInvocableCache, ICache, 
	IDictionary, ICollection, IEnumerable, IDisposable

Remarks

A CompositeCache is a cache that has a "front" cache and a "back" cache; the front cache is assumed to be low latency but incomplete, and the back cache is assumed to be complete but high latency.

Inheritance Hierarchy

System..::.Object
  Tangosol.Net.Cache..::.CompositeCache
    Tangosol.Net.Cache..::.NearCache

See Also