See: Description
Interface | Description |
---|---|
CacheAspectSupport.Invoker | |
CacheOperationSource |
Interface used by
CacheInterceptor . |
KeyGenerator |
Cache key generator.
|
Class | 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. |
CacheableOperation |
Class describing a cache 'cacheable' operation.
|
CacheAspectSupport |
Base class for caching aspects, such as the
CacheInterceptor
or an AspectJ aspect. |
CacheEvictOperation |
Class describing a cache 'evict' operation.
|
CacheInterceptor |
AOP Alliance MethodInterceptor for declarative cache
management using the common Spring caching infrastructure
(
Cache ). |
CacheOperation |
Base class for cache operations.
|
CacheProxyFactoryBean |
Proxy factory bean for simplified declarative caching handling.
|
CachePutOperation |
Class describing a cache 'put' operation.
|
CompositeCacheOperationSource |
Composite
CacheOperationSource implementation that iterates
over a given array of CacheOperationSource instances. |
DefaultKeyGenerator | Deprecated
as of Spring 4.0, in favor of
SimpleKeyGenerator
or custom KeyGenerator implementations based on hash codes |
MethodCacheKey |
Represent a method on a particular
Class and is suitable as a key. |
NameMatchCacheOperationSource |
Simple
CacheOperationSource implementation that allows attributes to be matched
by registered name. |
SimpleKey |
A simple key as returned from the
SimpleKeyGenerator . |
SimpleKeyGenerator |
Simple key generator.
|