Class CacheInvalidateAllInterceptor

java.lang.Object
io.quarkus.cache.runtime.CacheInterceptor
io.quarkus.cache.runtime.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