| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| com.tangosol.util.processor | 
 Contains concrete  
InvocableMap.EntryProcessor
implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
ContinuousQueryCache.ConverterAsynchronousProcessor
Wraps an  
AsynchronousProcessor to ensure the result of the EntryProcessor
 execution is deserialized prior to passing to the provided AsynchronousProcessor. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AsynchronousProcessor<K,V,R>
An  
EntryProcessor wrapper class that allows for
 an asynchronous invocation of the underlying processor. | 
class  | 
SingleEntryAsynchronousProcessor<K,V,R>
An  
EntryProcessor wrapper class that allows for
 an asynchronous invocation of the underlying processor against a single
 cache entry. | 
class  | 
StreamingAsynchronousProcessor<K,V,R>
An  
EntryProcessor wrapper class that allows for
 an asynchronous invocation of the underlying processor. |