Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
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.1.3.0 (12.1.3.0)

Syntax

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