Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Obtain the INamedCache object that sits behind this
NearCache.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public virtual INamedCache BackCache { get; } |
Field Value
The INamedCache object, which is the back cache of this NearCache.
Exceptions
| Exception | Condition |
|---|---|
| If this INamedCache has been released. |