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

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

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

Syntax

C#
public override bool IsSynchronized { get; }

Field Value

Always true for this cache.

Implements

ICollection..::.IsSynchronized
ICollection..::.IsSynchronized

See Also