Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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 (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected internal enum OptimizationPlan

Members

Member nameDescription
None
A plan has not yet been formed.
NoListeners
There are no listeners.
AllListener
There is one all-keys non-filtered listener.
KeyListener
There is one key listener (even if for multiple keys).
NoOptimize
There is no optimized plan, so just use the default approach.

See Also