Show / Hide Table of Contents

Enum CacheListenerSupport.OptimizationPlan

The values for CacheListenerSupport optimization plan, which indicates the fastest way to put together a list of listeners.

Namespace: Tangosol.Net.Cache.Support
Assembly: Coherence.dll
Syntax
protected enum CacheListenerSupport.OptimizationPlan

Fields

Name Description
AllListener

There is one all-keys non-filtered listener.

KeyListener

There is one key listener (even if for multiple keys).

NoListeners

There are no listeners.

NoOptimize

There is no optimized plan, so just use the default approach.

None

A plan has not yet been formed.

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