@NonNullApi @NonNullFields
See: Description
| Class | Description | 
|---|---|
| AbstractCacheManager | Abstract base class implementing the common  CacheManagermethods. | 
| AbstractValueAdaptingCache | Common base class for  Cacheimplementations that need to adaptnullvalues (and potentially other such special values) before
 passing them on to the underlying store. | 
| CompositeCacheManager | Composite  CacheManagerimplementation that iterates over
 a given collection of delegateCacheManagerinstances. | 
| NoOpCache | A no operation  Cacheimplementation suitable for disabling caching. | 
| NoOpCacheManager | A basic, no operation  CacheManagerimplementation suitable
 for disabling caching, typically used for backing cache declarations
 without an actual backing store. | 
| NullValue | Simple serializable class that serves as a  nullreplacement
 for cache stores which otherwise do not supportnullvalues. | 
| SimpleCacheManager | Simple cache manager working against a given collection of caches. | 
| SimpleValueWrapper | Straightforward implementation of  Cache.ValueWrapper,
 simply holding the value as given at construction and returning it fromSimpleValueWrapper.get(). |