Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Obtain the INamedCache object that sits behind this
NearCache.
Namespace:
Tangosol.Net.CacheAssembly: 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
| Exception | Condition |
|---|---|
| If this INamedCache has been released. |