final object LRUCache

Constructors

Members

[+] val Retained : Int

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.

[+] val initialRing : SixteenNibbles

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

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