| Name | Description | Type | Package | Framework |
| AbstractCacheManager | Abstract base class implementing the common CacheManager methods. | Class | org.springframework.cache.support | Spring MVC |
| AbstractValueAdaptingCache | Common base class for Cache implementations that need to adaptnull values (and potentially other such special values) before | Class | org.springframework.cache.support | Spring MVC |
| CompositeCacheManager | Composite CacheManager implementation that iterates overa given collection of delegate CacheManager instances. | Class | org.springframework.cache.support | Spring MVC |
| NoOpCacheManager | A basic, no operation CacheManager implementation suitablefor disabling caching, typically used for backing cache declarations | Class | org.springframework.cache.support | Spring MVC |
| NullValue | Simple serializable class that serves as a null replacementfor cache stores which otherwise do not support null values. | Class | org.springframework.cache.support | Spring MVC |
| SimpleCacheManager | Simple cache manager working against a given collection of caches. | Class | org.springframework.cache.support | Spring MVC |
| SimpleValueWrapper | Straightforward implementation of Cache. | Class | org.springframework.cache.support | Spring MVC |