SingletonCache

sbt.util.SingletonCache
See theSingletonCache companion object
trait SingletonCache[A]

A cache that stores a single value.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def read(from: Input): A

Reads the cache from the backing from.

Reads the cache from the backing from.

Attributes

def write(to: Output, value: A): Unit

Writes value to the backing to.

Writes value to the backing to.

Attributes