Package org.springframework.cache.interceptor

AOP-based solution for declarative caching demarcation.

See:
          Description

Interface Summary
CacheOperationSource Interface used by CacheInterceptor.
 

Class Summary
AbstractFallbackCacheOperationSource Abstract implementation of CacheOperation that caches attributes for methods and implements a fallback policy: 1.
BeanFactoryCacheOperationSourceAdvisor Advisor driven by a CacheOperationSource, used to include a cache advice bean for methods that are cacheable.
CacheAspectSupport Base class for caching aspects, such as the CacheInterceptor or an AspectJ aspect.
CacheEvictOperation Class describing an 'evict' operation.
CacheInterceptor AOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache).
CacheOperation Base class implementing CacheOperation.
CacheProxyFactoryBean Proxy factory bean for simplified declarative caching handling.
CacheUpdateOperation Class describing an 'update' operation.
CompositeCacheOperationSource Composite CacheOperationSource implementation that iterates over a given array of CacheOperationSource instances.
DefaultCacheExpressionRootObject Default implementation of expression root object.
DefaultValueWrapper<V> Default implementation for Cache.ValueWrapper.
 

Package org.springframework.cache.interceptor Description

AOP-based solution for declarative caching demarcation. Builds on the AOP infrastructure in org.springframework.aop.framework. Any POJO can be cache advised with Spring.