Show / Hide Table of Contents

Class LocalCache.LoadAllKeyMask

KeyMask implementation used in LoadAll().

Inheritance
object
LocalCache.KeyMask
LocalCache.LoadAllKeyMask
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.LoadAllKeyMask : LocalCache.KeyMask

Constructors

LoadAllKeyMask(ICollection)

Create a new LoadAllKeyMask that will mask events associated with any of the given keys.

Declaration
public LoadAllKeyMask(ICollection keys)
Parameters
Type Name Description
ICollection keys

The collection of keys 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.