Class CacheInvalidateAllInterceptor

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

@Interceptor @Priority(0) public class CacheInvalidateAllInterceptor extends CacheInterceptor
  • Constructor Details

    • CacheInvalidateAllInterceptor

      public CacheInvalidateAllInterceptor()
  • Method Details

    • intercept

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