Uses of Class
org.springframework.cache.support.AbstractCacheManager
Packages that use AbstractCacheManager
Package
Description
Implementation package for JSR-107 (javax.cache aka "JCache") based caches.
Support classes for the org.springframework.cache package.
Transaction-aware decorators for the org.springframework.cache package.
-
Uses of AbstractCacheManager in org.springframework.cache.jcache
Subclasses of AbstractCacheManager in org.springframework.cache.jcacheModifier and TypeClassDescriptionclass
CacheManager
implementation backed by a JCachejavax.cache.CacheManager
. -
Uses of AbstractCacheManager in org.springframework.cache.support
Subclasses of AbstractCacheManager in org.springframework.cache.supportModifier and TypeClassDescriptionclass
Simple cache manager working against a given collection of caches. -
Uses of AbstractCacheManager in org.springframework.cache.transaction
Subclasses of AbstractCacheManager in org.springframework.cache.transactionModifier and TypeClassDescriptionclass
Base class for CacheManager implementations that want to support built-in awareness of Spring-managed transactions.