Package org.springframework.cache
@NonNullApi
@NonNullFields
package org.springframework.cache
Spring's generic cache abstraction.
Concrete implementations are provided in the subpackages.
-
ClassDescriptionInterface that defines common cache operations.Wrapper exception to be thrown from
Cache.get(Object, Callable)
in case of the value loader callback failing with an exception.A (wrapper) object representing a cache value.Spring's central cache manager SPI.