Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Obtain the front cache reference.

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

Syntax

C#
public virtual ICache FrontCache { get; }

Field Value

The front ICache.

Remarks

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

See Also