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 TypeClassDescriptionclass
SpringCache
adapter implementation on top of a CaffeineCache
instance. -
Uses of AbstractValueAdaptingCache in org.springframework.cache.concurrent
Subclasses of AbstractValueAdaptingCache in org.springframework.cache.concurrentModifier and TypeClassDescriptionclass
SimpleCache
implementation based on the core JDKjava.util.concurrent
package. -
Uses of AbstractValueAdaptingCache in org.springframework.cache.jcache
Subclasses of AbstractValueAdaptingCache in org.springframework.cache.jcacheModifier and TypeClassDescriptionclass
Cache
implementation on top of ajavax.cache.Cache
instance.