See: Description
Class | Description |
---|---|
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.
|
Copyright © 2016 Egothor. All Rights Reserved.