Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Obtain the INamedCache object that sits behind this NearCache.

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

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