| Name | Description | Type | Package | Framework |
| Cache | Interface that defines common cache operations. | Interface | org.springframework.cache | Spring MVC |
| Cache .ValueWrapper | A (wrapper) object representing a cache value. | Interface | org.springframework.cache.Cache | Spring MVC |
| CacheManager | Spring's central cache manager SPI. | Interface | org.springframework.cache | Spring MVC |