Cache

trait Cache[I, O]

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

Companion:
object
class Object
trait Matchable
class Any
class BasicCache[I, O]

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.