Class CacheInterceptionContext<T>


  • public class CacheInterceptionContext<T>
    extends Object
    • Constructor Detail

      • CacheInterceptionContext

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

      • getInterceptorBindings

        public List<T> getInterceptorBindings()
      • getCacheKeyParameterPositions

        public List<Short> getCacheKeyParameterPositions()