Class CacheInterceptionContext<T>

java.lang.Object
io.quarkus.cache.runtime.CacheInterceptionContext<T>

public class CacheInterceptionContext<T> extends Object
  • Constructor Details

    • CacheInterceptionContext

      public CacheInterceptionContext(List<T> interceptorBindings, List<Short> cacheKeyParameterPositions)
  • Method Details

    • getInterceptorBindings

      public List<T> getInterceptorBindings()
    • getCacheKeyParameterPositions

      public List<Short> getCacheKeyParameterPositions()