CacheListenerSupportOptimizationPlan Enumeration | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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: 14.1.1.1 (14.1.1.1)
Syntaxprotected enum OptimizationPlan
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            A plan has not yet been formed.
             | 
 | NoListeners | 1 | 
            There are no listeners.
             | 
 | AllListener | 2 | 
            There is one all-keys non-filtered listener.
             | 
 | KeyListener | 3 | 
            There is one key listener (even if for multiple keys).
             | 
 | NoOptimize | 4 | 
            There is no optimized plan, so just use the default approach.
             | 
See Also