public class JCacheInterceptor extends JCacheAspectSupport implements MethodInterceptor, Serializable
Derives from the JCacheAspectSupport
class which
contains the integration with Spring's underlying caching API.
JCacheInterceptor simply calls the relevant superclass method.
JCacheInterceptors are thread-safe.
CacheInterceptor
,
Serialized Formlogger
Constructor and Description |
---|
JCacheInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(MethodInvocation invocation) |
afterPropertiesSet, execute, getCacheOperationSource, invokeOperation, setCacheOperationSource
doClear, doEvict, doGet, doPut, getErrorHandler, setErrorHandler
public Object invoke(MethodInvocation invocation) throws Throwable
invoke
in interface MethodInterceptor
Throwable