Class LockScope
Constants that define the scope of a cache lock.
Inherited Members
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public class LockScope
Fields
LOCK_ALL
Special constant used as the key parameter for Lock(object) or Unlock(object) to indicate that all keys of the IConcurrentCache should be locked or unlocked.
Declaration
public static readonly object LOCK_ALL
Field Value
Type | Description |
---|---|
object |