Cache

scalismo.ui.util.Cache
See theCache companion object
class Cache[K, V]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getOrCreate(key: K, op: => V, debug: Boolean): V