Uses of Class
org.springframework.cache.support.AbstractValueAdaptingCache
Packages that use AbstractValueAdaptingCache
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.
-
Uses of AbstractValueAdaptingCache in org.springframework.cache.caffeine
Subclasses of AbstractValueAdaptingCache in org.springframework.cache.caffeineModifier and TypeClassDescriptionclassSpringCacheadapter implementation on top of a CaffeineCacheinstance. -
Uses of AbstractValueAdaptingCache in org.springframework.cache.concurrent
Subclasses of AbstractValueAdaptingCache in org.springframework.cache.concurrentModifier and TypeClassDescriptionclassSimpleCacheimplementation based on the core JDKjava.util.concurrentpackage. -
Uses of AbstractValueAdaptingCache in org.springframework.cache.jcache
Subclasses of AbstractValueAdaptingCache in org.springframework.cache.jcacheModifier and TypeClassDescriptionclassCacheimplementation on top of ajavax.cache.Cacheinstance.