Class LocalCache.DefaultKeyMask
KeyMask implementation that ignores nothing.
Inherited Members
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
protected class LocalCache.DefaultKeyMask : LocalCache.KeyMask
Properties
IsExpired
Check whether or not the currently performed operation is due to entry expired.
Declaration
public override bool IsExpired { get; set; }
Property Value
Type | Description |
---|---|
bool | true if the current operation is due to entry expired. |
Overrides
IsSynthetic
Check whether or not the currently performed operation is internally initiated.
Declaration
public override bool IsSynthetic { get; set; }
Property Value
Type | Description |
---|---|
bool | true if the current operation is internal. |