BasicCacheImplicits

sbt.util.BasicCacheImplicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
BasicJsonProtocol

Members list

Value members

Concrete methods

def singleton[T](t: T): SingletonCache[T]
def wrapIn[I, J](using f: I => J, g: J => I, jCache: SingletonCache[J]): SingletonCache[I]

Inherited methods

def hashedVirtualFileRefToStr(ref: HashedVirtualFileRef): String

A string representation of HashedVirtualFileRef, delimited by >.

A string representation of HashedVirtualFileRef, delimited by >.

Attributes

Inherited from:
HashedVirtualFileRefFormats
def strToHashedVirtualFileRef(s: String): HashedVirtualFileRef

Attributes

Inherited from:
HashedVirtualFileRefFormats

Givens

Givens

given basicCache[I : JsonFormat, O : JsonFormat]: Cache[I, O]
given virtualFileRefIsoString: IsoString[VirtualFileRef]

Inherited givens

given hashedVirtualFileRefIsoString: IsoString[HashedVirtualFileRef]

Attributes

Inherited from:
HashedVirtualFileRefFormats