CacheStore

object CacheStore
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(cacheFile: File): CacheStore

Returns file-based CacheStore using standard JSON converter.

Returns file-based CacheStore using standard JSON converter.

def file(cacheFile: File): CacheStore

Returns file-based CacheStore using standard JSON converter.

Returns file-based CacheStore using standard JSON converter.

Implicits

Deprecated implicits

@deprecated("Create your own IsoString[JValue]", "1.4")
implicit lazy
val jvalueIsoString: IsoString[JValue]
Deprecated