Uses of Package
org.egothor.cache.lruk

Packages that use org.egothor.cache.lruk
org.egothor.cache.lruk Provides classes that help implementing a cache using LRU-K algorithm as an eviction policy. 
 

Classes in org.egothor.cache.lruk used by org.egothor.cache.lruk
LruKNode
          Represents a node that can be used as a key for TreeMap.