类 CacheInterceptor
java.lang.Object
cn.taketoday.cache.interceptor.AbstractCacheInvoker
cn.taketoday.cache.interceptor.CacheAspectSupport
cn.taketoday.cache.interceptor.CacheInterceptor
- 所有已实现的接口:
Aware,BeanFactoryAware,InitializingBean,SmartInitializingSingleton,Serializable,Advice,Interceptor,MethodInterceptor
AOP Alliance MethodInterceptor for declarative cache
management using the common Framework caching infrastructure
(
Cache).
Derives from the CacheAspectSupport class which
contains the integration with Framework's underlying caching API.
CacheInterceptor simply calls the relevant superclass methods
in the correct order.
CacheInterceptors are thread-safe.
- 从以下版本开始:
- 4.0
- 作者:
- Costin Leau, Juergen Hoeller
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.cache.interceptor.CacheAspectSupport
CacheAspectSupport.CacheOperationContext, CacheAspectSupport.CacheOperationMetadata -
字段概要
从类继承的字段 cn.taketoday.cache.interceptor.AbstractCacheInvoker
errorHandler -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
afterPropertiesSet, afterSingletonsInstantiated, clearMetadataCache, configure, execute, getBean, getCacheOperationMetadata, getCacheOperationSource, getCacheResolver, getCaches, getKeyGenerator, getOperationContext, invokeOperation, methodIdentification, setBeanFactory, setCacheManager, setCacheOperationSource, setCacheOperationSources, setCacheResolver, setKeyGenerator从类继承的方法 cn.taketoday.cache.interceptor.AbstractCacheInvoker
doClear, doEvict, doGet, doPut, getErrorHandler, setErrorHandler
-
构造器详细资料
-
CacheInterceptor
public CacheInterceptor()
-
-
方法详细资料
-
invoke
- 指定者:
invoke在接口中MethodInterceptor- 抛出:
Throwable
-