Package-level declarations

Types

Link copied to clipboard
class LRUHashMap<K, V>(maxSize: Int)

A LinkedHashMap that only stores up to maxSize elements, dropping the oldest entries in order to maintain this max size.