LRUCache

dotty.tools.dotc.util.LRUCache$
See theLRUCache companion class
object LRUCache

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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.

Attributes

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

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

Attributes