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

Determine if changes to the back cache affect the front cache so that data in the front cache stays in sync.

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

Syntax

C#
protected virtual bool IsCoherent { get; }

Field Value

true if the front cache has a means to stay in sync with the back cache so that it does not contain stale data.

See Also