Class CacheInterceptorRemove

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

public final class CacheInterceptorRemove extends CacheInterceptor
Intercepts method call when annotation CacheRemove is used.
Since:
1.0.1
  • Constructor Details

    • CacheInterceptorRemove

      public CacheInterceptorRemove()
  • Method Details

    • invoke

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