Show / Hide Table of Contents

Enum CacheEventFilter.CacheEventSyntheticMask

Event natural/synthetic mask enum.

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

Fields

Name Description
All

This value indicates that both synthetic and natural events should be evaluated.

Natural

This value indicates that natural events should be evaluated.

Synthetic

This value indicates that synthetic events should be evaluated.

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