Caching

indigo.benchmarks.Caching
object Caching

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Caching.type

Members list

Type members

Classlikes

final case class WeakMapKey(k: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

val entries: List[(String, Graphic[Bitmap])]
val map: Map[String, Graphic[Bitmap]]
val suite: GuiSuite[Unit]