FileBasedStore

class FileBasedStore[J](file: File) extends CacheStore

A CacheStore that persists information in file.

trait Output
trait Input
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Deprecated constructors

@deprecated("Use constructor without converter", "1.4")
def this(file: File, converter: SupportConverter[J])(implicit e: IsoString[J])
Deprecated

Concrete methods

def close(): Unit
def delete(): Unit
def read[T : JsonReader](): T
def write[T : JsonWriter](value: T): Unit

Inherited methods

def read[T : JsonReader](default: => T): T
Inherited from
Input