Uses of Package
org.springframework.cache.support
Packages that use 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.
-
Classes in org.springframework.cache.support used by org.springframework.cache.caffeineClassDescriptionCommon base class for
Cache
implementations that need to adaptnull
values (and potentially other such special values) before passing them on to the underlying store. -
Classes in org.springframework.cache.support used by org.springframework.cache.concurrentClassDescriptionCommon base class for
Cache
implementations that need to adaptnull
values (and potentially other such special values) before passing them on to the underlying store. -
Classes in org.springframework.cache.support used by org.springframework.cache.jcacheClassDescriptionAbstract 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. -
Classes in org.springframework.cache.support used by org.springframework.cache.support
-
Classes in org.springframework.cache.support used by org.springframework.cache.transaction