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