Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-01
Obtain the front cache reference.

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

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