Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected internal enum OptimizationPlan

Members

Member nameValueDescription
None0 A plan has not yet been formed.
NoListeners1 There are no listeners.
AllListener2 There is one all-keys non-filtered listener.
KeyListener3 There is one key listener (even if for multiple keys).
NoOptimize4 There is no optimized plan, so just use the default approach.

See Also