| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| com.tangosol.net.partition | 
 Contains interfaces and classes related to partitioned services. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BundlingNamedCache
Bundling NamedCache implementation. 
 | 
class  | 
ReadonlyNamedCache<K,V>
A simple extension of the WrapperNamedCache implementation that shields all
 content mutating operations such as put(), remove(), lock() etc. 
 | 
class  | 
WrapperNamedCache<K,V>
A simple implementation of NamedCache interface built as a
 wrapper around any Map implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ObservableSplittingBackingCache
The ObservableSplittingBackingCache is an implementation of the
 ConfigurableCacheMap interface that works as an observable backing map
 in a partitioned system. 
 | 
class  | 
ObservableSplittingBackingMap
An observable, cache-aware PartitionAwareBackingMap implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WrapperConcurrentMap<K,V>
A simple implementation of ConcurrentMap interface built as a
 wrapper around any Map implementation. 
 |