Package io.quarkus.cache.runtime
Class CacheInvalidateAllInterceptor
- java.lang.Object
-
- io.quarkus.cache.runtime.CacheInterceptor
-
- io.quarkus.cache.runtime.CacheInvalidateAllInterceptor
-
@Interceptor @Priority(0) public class CacheInvalidateAllInterceptor extends CacheInterceptor
-
-
Field Summary
-
Fields inherited from class io.quarkus.cache.runtime.CacheInterceptor
BASE_PRIORITY, cacheManager
-
-
Constructor Summary
Constructors Constructor Description CacheInvalidateAllInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectintercept(javax.interceptor.InvocationContext invocationContext)-
Methods inherited from class io.quarkus.cache.runtime.CacheInterceptor
getCacheKey, getInterceptionContext, isUniReturnType
-
-