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
LRUCache.type

Members list

Value members

Concrete fields

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.

Attributes

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

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

Attributes