BasicCache

sbt.util.BasicCache
class BasicCache[I, O] extends Cache[I, O]

Simple key-value cache.

Attributes

Graph
Supertypes
trait Cache[I, O]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override 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

Definition Classes

Concrete fields

val jsonFormat: JsonFormat[I]