|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
LruCache<K,V> | Implementation of Cache that uses a LRU list that removes the least recently used entry as an eviction policy. |
LruList<T> | Represents a LRU (Least Recently Used) list. |
Provides classes that help implementing a cache using LRU algorithm as an eviction policy.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |