Uses of Package
org.springframework.cache.support
Package
Description
Support classes for the open source cache in
Caffeine library,
allowing to set up Caffeine caches within Spring's cache abstraction.
Implementation package for
java.util.concurrent
based caches.Implementation package for JSR-107 (javax.cache aka "JCache") based caches.
Support classes for the org.springframework.cache package.
Transaction-aware decorators for the org.springframework.cache package.
-
ClassDescriptionCommon base class for
Cache
implementations that need to adaptnull
values (and potentially other such special values) before passing them on to the underlying store. -
ClassDescriptionCommon base class for
Cache
implementations that need to adaptnull
values (and potentially other such special values) before passing them on to the underlying store. -
ClassDescriptionAbstract base class implementing the common
CacheManager
methods.Common base class forCache
implementations that need to adaptnull
values (and potentially other such special values) before passing them on to the underlying store. -
-