DisposableCache

gridscale.tools.cache.`package`.DisposableCache
case class DisposableCache[T](f: () => T)

Attributes

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

Members list

Value members

Concrete methods

def dispose: Unit
def foreach[A](f: T => A): Unit
def get: T
def map[A](f: T => A): Option[A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product