Class CacheResultInterceptor

java.lang.Object
io.quarkus.cache.runtime.CacheInterceptor
io.quarkus.cache.runtime.CacheResultInterceptor

@Interceptor @Priority(2) public class CacheResultInterceptor extends CacheInterceptor
  • Constructor Details

    • CacheResultInterceptor

      public CacheResultInterceptor()
  • Method Details

    • intercept

      public Object intercept(jakarta.interceptor.InvocationContext invocationContext) throws Throwable
      Throws:
      Throwable