Uses of Package
org.springframework.cache.jcache.interceptor
Package
Description
AspectJ-based caching support.
Support package for declarative JSR-107 caching configuration.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
-
-
ClassDescriptionAdvisor driven by a
JCacheOperationSource
, used to include a cache advice bean for methods that are cacheable.AOP Alliance MethodInterceptor for declarative cache management using JSR-107 caching annotations.Interface used byJCacheInterceptor
. -
ClassDescriptionAbstract implementation of
JCacheOperationSource
that caches operations for methods and implements a fallback policy: 1.Implementation of theJCacheOperationSource
interface that reads the JSR-107CacheResult
,CachePut
,CacheRemove
andCacheRemoveAll
annotations.Base class for JSR-107 caching aspects, such as theJCacheInterceptor
or an AspectJ aspect.Model the base of JSR-107 cache operation through an interface contract.Interface used byJCacheInterceptor
.