BasicCacheImplicits

class Object
trait Matchable
class Any
BasicJsonProtocol

Value members

Concrete methods

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

Implicits

Implicits

implicit
def basicCache[I : JsonFormat, O : JsonFormat]: Cache[I, O]