SingletonCache

sbt.util.SingletonCache
See theSingletonCache companion object

A cache that stores a single value.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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