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

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