LRUCache

object LRUCache
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

The number of retained elements in the cache; must be at most 16.

The number of retained elements in the cache; must be at most 16.

The initial ring: 0 -> 1 -> ... -> 7 -> 0

The initial ring: 0 -> 1 -> ... -> 7 -> 0