Class CacheInterceptorResult

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

public final class CacheInterceptorResult extends CacheInterceptor
Intercepts method call when annotation CacheResult is used.
  • Constructor Details

    • CacheInterceptorResult

      public CacheInterceptorResult()
  • Method Details

    • invoke

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