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