Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
Class and Description |
---|
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. |
CacheInterceptor
AOP Alliance MethodInterceptor for declarative cache
management using the common Spring caching infrastructure
(
Cache ). |
CacheOperation
Base class for cache operations.
|
CacheOperationSource
Interface used by
CacheInterceptor . |
KeyGenerator
Cache key generator.
|
Class and Description |
---|
CacheAspectSupport
Base class for caching aspects, such as the
CacheInterceptor
or an AspectJ aspect. |
CacheAspectSupport.CacheOperationContext |
CacheAspectSupport.Invoker |
CacheOperation
Base class for cache operations.
|
CacheOperationSource
Interface used by
CacheInterceptor . |
KeyGenerator
Cache key generator.
|
Copyright © 2015. All rights reserved.