Class LocalCache.LoadAllKeyMask
KeyMask implementation used in LoadAll().
Inherited Members
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. |