类的使用
org.springframework.cache.support.AbstractValueAdaptingCache
使用AbstractValueAdaptingCache的程序包 程序包 说明 org.springframework.cache.caffeine Support classes for the open source cache in Caffeine library, allowing to set up Caffeine caches within Spring's cache abstraction.org.springframework.cache.concurrent Implementation package forjava.util.concurrentbased caches.org.springframework.cache.jcache Implementation package for JSR-107 (javax.cache aka "JCache") based caches.org.springframework.cache.caffeine中AbstractValueAdaptingCache的使用
org.springframework.cache.caffeine中AbstractValueAdaptingCache的子类 修饰符和类型 类 说明 classCaffeineCacheSpringCacheadapter implementation on top of a CaffeineCacheinstance.org.springframework.cache.concurrent中AbstractValueAdaptingCache的使用
org.springframework.cache.concurrent中AbstractValueAdaptingCache的子类 修饰符和类型 类 说明 classConcurrentMapCacheSimpleCacheimplementation based on the core JDKjava.util.concurrentpackage.org.springframework.cache.jcache中AbstractValueAdaptingCache的使用
org.springframework.cache.jcache中AbstractValueAdaptingCache的子类 修饰符和类型 类 说明 classJCacheCacheCacheimplementation on top of ajavax.cache.Cacheinstance.