Uses of Class
org.egothor.cache.fifo.FifoList

Packages that use FifoList
org.egothor.cache.lru Provides classes that help implementing a cache using LRU algorithm as an eviction policy. 
 

Uses of FifoList in org.egothor.cache.lru
 

Subclasses of FifoList in org.egothor.cache.lru
 class LruList<T>
          Represents a LRU (Least Recently Used) list.