Show / Hide Table of Contents

Enum CacheEventFilter.CacheEventMask

Event mask enum.

Namespace: Tangosol.Util.Filter
Assembly: Coherence.dll
Syntax
[Flags]
public enum CacheEventFilter.CacheEventMask

Fields

Name Description
All

This value indicates that all events should be evaluated.

Deleted

This value indicates that Deleted events should be evaluated.

Inserted

This value indicates that Inserted events should be evaluated.

Keys

This value indicates that all events that would affect the result of an ICache.Keys query should be evaluated.

Updated

This value indicates that Updated events should be evaluated.

UpdatedEntered

This value indicates that Updated events should be evaluated, but only if filter evaluation is false for the old value and true for the new value.

UpdatedLeft

This value indicates that Updated events should be evaluated, but only if filter evaluation is true for the old value and false for the new value.

UpdatedWithin

This value indicates that Updated events should be evaluated, but only if filter evaluation is true for both the old and the new value.

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