Cache

sbt.util.Cache
See theCache companion object
trait Cache[I, O]

A simple cache with keys of type I and values of type O

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BasicCache[I, O]

Members list

Value members

Abstract methods

def apply(store: CacheStore)(key: I): CacheResult[O]

Queries the cache backed with store store for key key.

Queries the cache backed with store store for key key.

Attributes