Interface | Description |
---|---|
Cache |
Interface that defines common cache operations.
|
Cache.ValueWrapper |
A (wrapper) object representing a cache value.
|
CacheManager |
Spring's central cache manager SPI.
|
Exception | Description |
---|---|
Cache.ValueRetrievalException |
Wrapper exception to be thrown from
Cache.get(Object, Callable)
in case of the value loader callback failing with an exception. |