Class LFUCacheEntryWithCounter<W>

  • Type Parameters:
    W - the type of object held in the cache

    class LFUCacheEntryWithCounter<W>
    extends Object
    An entry in a least-recently-used cache
    • Field Detail

      • value

        public W value
      • counter

        int counter
    • Constructor Detail

      • LFUCacheEntryWithCounter

        public LFUCacheEntryWithCounter​(W value)