| Package | Description |
|---|---|
| org.springframework.cache.concurrent |
Implementation package for
java.util.concurrent based caches. |
| org.springframework.cache.support |
Support classes for the org.springframework.cache package.
|
| Class and Description |
|---|
| AbstractValueAdaptingCache
Common base class for
Cache implementations that need to adapt
null values (and potentially other such special values) before
passing them on to the underlying store. |
| Class and Description |
|---|
| AbstractCacheManager
Abstract base class implementing the common
CacheManager methods. |