Show / Hide Table of Contents

Class LocalCache.DefaultKeyMask

KeyMask implementation that ignores nothing.

Inheritance
object
LocalCache.KeyMask
LocalCache.DefaultKeyMask
Inherited Members
LocalCache.KeyMask.IsIgnored(object)
LocalCache.KeyMask.EnsureSynthetic()
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.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
LocalCache.KeyMask.IsExpired

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.

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