Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Determine the store used by this LocalCache, if any.

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

Syntax

C#
protected virtual ICacheStore CacheStore { get; }

Field Value

The ICacheStore used by this LocalCache, or null if none.

See Also