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

Obtain the INamedCache object that sits behind this NearCache.

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

Syntax

C#
public virtual INamedCache BackCache { get; }

Field Value

The INamedCache object, which is the back cache of this NearCache.

Exceptions

ExceptionCondition
System..::.InvalidOperationException If this INamedCache has been released.

See Also