| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| 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 | Field and Description | 
|---|---|
protected AsynchronousProcessor | 
ContinuousQueryCache.ConverterAsynchronousProcessor.f_processor
The delegate  
AsynchronousProcessor. | 
| Constructor and Description | 
|---|
ConverterAsynchronousProcessor(AsynchronousProcessor processor)
Construct the processor to wrap the provided  
AsynchronousProcessor in order to
 ensure results are properly converted prior to return. |