程序包的使用
org.springframework.cache.support
使用org.springframework.cache.support的程序包 程序包 说明 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.ehcache Support classes for the open source cache EhCache 2.x, allowing to set up an EhCache CacheManager and Caches as beans in a Spring context.org.springframework.cache.jcache Implementation package for JSR-107 (javax.cache aka "JCache") based caches.org.springframework.cache.support Support classes for the org.springframework.cache package.org.springframework.cache.transaction Transaction-aware decorators for the org.springframework.cache package.org.springframework.cache.caffeine使用的org.springframework.cache.support中的类 类 说明 AbstractValueAdaptingCache Common base class forCacheimplementations that need to adaptnullvalues (and potentially other such special values) before passing them on to the underlying store.org.springframework.cache.concurrent使用的org.springframework.cache.support中的类 类 说明 AbstractValueAdaptingCache Common base class forCacheimplementations that need to adaptnullvalues (and potentially other such special values) before passing them on to the underlying store.org.springframework.cache.ehcache使用的org.springframework.cache.support中的类 类 说明 AbstractCacheManager Abstract base class implementing the commonCacheManagermethods.org.springframework.cache.jcache使用的org.springframework.cache.support中的类 类 说明 AbstractCacheManager Abstract base class implementing the commonCacheManagermethods.AbstractValueAdaptingCache Common base class forCacheimplementations that need to adaptnullvalues (and potentially other such special values) before passing them on to the underlying store.org.springframework.cache.support使用的org.springframework.cache.support中的类 类 说明 AbstractCacheManager Abstract base class implementing the commonCacheManagermethods.org.springframework.cache.transaction使用的org.springframework.cache.support中的类 类 说明 AbstractCacheManager Abstract base class implementing the commonCacheManagermethods.