SingletonCache

sbt.util.SingletonCache
See theSingletonCache companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def lzy[A : JsonFormat](mkCache: => SingletonCache[A]): SingletonCache[A]

A lazy SingletonCache

A lazy SingletonCache

Attributes

Implicits

Implicits

implicit def basicSingletonCache[A : JsonFormat]: SingletonCache[A]