Package io.quarkus.cache.runtime
Class CacheInterceptionContext<T extends Annotation>
- java.lang.Object
-
- io.quarkus.cache.runtime.CacheInterceptionContext<T>
-
public class CacheInterceptionContext<T extends Annotation> extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheInterceptionContext(List<T> interceptorBindings, List<Short> cacheKeyParameterPositions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Short>getCacheKeyParameterPositions()List<T>getInterceptorBindings()
-