类 CacheInterceptor

所有已实现的接口:
Aware, BeanFactoryAware, InitializingBean, SmartInitializingSingleton, Serializable, Advice, Interceptor, MethodInterceptor

public class CacheInterceptor extends CacheAspectSupport implements MethodInterceptor, Serializable
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
另请参阅: