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

Obtain the back cache reference.

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

Syntax

C#
public virtual ICache BackCache { get; }

Field Value

The back ICache.

Remarks

Note: direct modifications of the returned cache may cause an unpredictable behavior of the CompositeCache.

See Also