Class IncrementCacheHitCountStatisticsContext<K>


  • public class IncrementCacheHitCountStatisticsContext<K>
    extends java.lang.Object
    • Field Detail

      • key

        private final K key
      • callContext

        private final java.lang.Object callContext
    • Constructor Detail

      • IncrementCacheHitCountStatisticsContext

        public IncrementCacheHitCountStatisticsContext​(K key,
                                                       java.lang.Object callContext)
      • IncrementCacheHitCountStatisticsContext

        public IncrementCacheHitCountStatisticsContext​(K key)
    • Method Detail

      • getKey

        public K getKey()
      • getCallContext

        public java.lang.Object getCallContext()