Package io.quarkus.cache.runtime
Class CacheInvalidateInterceptor
- java.lang.Object
-
- io.quarkus.cache.runtime.CacheInterceptor
-
- io.quarkus.cache.runtime.CacheInvalidateInterceptor
-
@Interceptor @Priority(1) public class CacheInvalidateInterceptor extends CacheInterceptor
-
-
Field Summary
-
Fields inherited from class io.quarkus.cache.runtime.CacheInterceptor
BASE_PRIORITY, cacheManager
-
-
Constructor Summary
Constructors Constructor Description CacheInvalidateInterceptor()
-
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
-
-