Class InvalidatingInterceptor
- java.lang.Object
-
- tech.rsqn.cacheservice.interceptors.AbstractInterceptor
-
- tech.rsqn.cacheservice.interceptors.InvalidatingInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class InvalidatingInterceptor extends AbstractInterceptor
-
-
Field Summary
-
Fields inherited from class tech.rsqn.cacheservice.interceptors.AbstractInterceptor
cacheService
-
-
Constructor Summary
Constructors Constructor Description InvalidatingInterceptor()
-
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
-
-