Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

An INamedCache is an ICache that adds lifecycle management, event support, concurrency control, the ability to query cache content, and entry-targeted processing and aggregating operations.

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

Syntax

C#
public interface INamedCache : IObservableCache, 
	IConcurrentCache, IQueryCache, IInvocableCache, ICache, IDictionary, 
	ICollection, IEnumerable, IDisposable

Remarks

Cached resources are expected to be managed in memory, and are typically composed of data that are is stored persistently in a database, or data that have been assembled or calculated at some significant cost, thus these resources are referred to as cached.

See Also