Show / Hide Table of Contents

Class LocalCache.LoadKeyMask

KeyMask implementation used in Load().

Inheritance
object
LocalCache.KeyMask
LocalCache.LoadKeyMask
Inherited Members
LocalCache.KeyMask.IsSynthetic
LocalCache.KeyMask.EnsureSynthetic()
LocalCache.KeyMask.IsExpired
LocalCache.KeyMask.EnsureExpired()
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
protected class LocalCache.LoadKeyMask : LocalCache.KeyMask

Constructors

LoadKeyMask(object)

Create a new LoadKeyMask that will mask events associated with the specified key.

Declaration
public LoadKeyMask(object key)
Parameters
Type Name Description
object key

The key for which events should be ignored.

Methods

IsIgnored(object)

Check if a key should be ignored.

Declaration
public override bool IsIgnored(object key)
Parameters
Type Name Description
object key

The key that a change event has occurred for.

Returns
Type Description
bool

true if change events for the key should be ignored.

Overrides
LocalCache.KeyMask.IsIgnored(object)
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.