RefCountedCache

mill.util.RefCountedCache
See theRefCountedCache companion class

Attributes

Companion
class
Source
RefCountedCache.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Entry[+Value](value: Value, refCount: Int)

Value parameters

refCount

The number of references to this value.

Attributes

Source
RefCountedCache.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all