Package tech.rsqn.cacheservice.proxy
Class CachingProxyInterceptor
- java.lang.Object
-
- tech.rsqn.cacheservice.proxy.CachingProxyInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class CachingProxyInterceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor
-
-
Constructor Summary
Constructors Constructor Description CachingProxyInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)
-