Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Obtain the INamedCache object that sits behind this NearCache.

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

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