Show / Hide Table of Contents

Class LockScope

Constants that define the scope of a cache lock.

Inheritance
object
LockScope
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.