Class CacheResultInterceptor

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

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

  • Constructor Details

    • CacheResultInterceptor

      public CacheResultInterceptor()
  • Method Details

    • intercept

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