| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ContinuousQueryCache.EventRouter<K,V_FRONT> | 
ContinuousQueryCache.instantiateEventRouter(MapListener<? super K,? super V_FRONT> listener,
                      boolean fLite)
Factory Method: Instantiate a listener on the internal map that will
 direct events to the passed listener, either synchronously or
 asynchronously as appropriate. 
 |