Uses of Package
org.egothor.cache.fifo

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

Classes in org.egothor.cache.fifo used by org.egothor.cache.fifo
FifoEntry
          Represents an entry in a linked list that can store a value.
 

Classes in org.egothor.cache.fifo used by org.egothor.cache.lru
FifoList
          Represents a FIFO (First-In First-Out) list.