类的使用
org.springframework.cache.support.AbstractCacheManager
使用AbstractCacheManager的程序包 程序包 说明 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.ehcache中AbstractCacheManager的使用
org.springframework.cache.ehcache中AbstractCacheManager的子类 修饰符和类型 类 说明 classEhCacheCacheManagerCacheManager backed by an EhCacheCacheManager.org.springframework.cache.jcache中AbstractCacheManager的使用
org.springframework.cache.jcache中AbstractCacheManager的子类 修饰符和类型 类 说明 classJCacheCacheManagerCacheManagerimplementation backed by a JCachejavax.cache.CacheManager.org.springframework.cache.support中AbstractCacheManager的使用
org.springframework.cache.support中AbstractCacheManager的子类 修饰符和类型 类 说明 classSimpleCacheManagerSimple cache manager working against a given collection of caches.org.springframework.cache.transaction中AbstractCacheManager的使用
org.springframework.cache.transaction中AbstractCacheManager的子类 修饰符和类型 类 说明 classAbstractTransactionSupportingCacheManagerBase class for CacheManager implementations that want to support built-in awareness of Spring-managed transactions.