Class CacheInvalidateInterceptor

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

@Interceptor @Priority(1) public class CacheInvalidateInterceptor extends CacheInterceptor
  • Constructor Details

    • CacheInvalidateInterceptor

      public CacheInvalidateInterceptor()
  • Method Details

    • intercept

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