Uses of Class
org.springframework.cache.support.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
Modifier and TypeClassDescriptionclass
CacheManager
implementation backed by a JCachejavax.cache.CacheManager
. -
Uses of AbstractCacheManager in org.springframework.cache.support
Modifier and TypeClassDescriptionclass
Simple cache manager working against a given collection of caches. -
Uses of AbstractCacheManager in org.springframework.cache.transaction
Modifier and TypeClassDescriptionclass
Base class for CacheManager implementations that want to support built-in awareness of Spring-managed transactions.