Class WriteInterceptor
- java.lang.Object
-
- tech.rsqn.cacheservice.interceptors.AbstractInterceptor
-
- tech.rsqn.cacheservice.interceptors.WriteInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class WriteInterceptor extends AbstractInterceptor
-
-
Field Summary
-
Fields inherited from class tech.rsqn.cacheservice.interceptors.AbstractInterceptor
cacheService
-
-
Constructor Summary
Constructors Constructor Description WriteInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)-
Methods inherited from class tech.rsqn.cacheservice.interceptors.AbstractInterceptor
resolveTarget, setCacheService
-
-