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 forCacheimplementations that need to adaptnullvalues (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 forCacheimplementations that need to adaptnullvalues (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 commonCacheManagermethods.Common base class forCacheimplementations that need to adaptnullvalues (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