Class CacheInterceptorPut

java.lang.Object
dev.voidframework.cache.module.CacheInterceptor
dev.voidframework.cache.module.CacheInterceptorPut
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public final class CacheInterceptorPut extends CacheInterceptor
Intercepts method call when annotation CachePut is used.
Since:
1.7.0
  • Constructor Details

    • CacheInterceptorPut

      public CacheInterceptorPut()
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
      Throws:
      Throwable