FileBasedStore

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

A CacheStore that persists information in file.

Attributes

Graph
Supertypes
class CacheStore
trait Output
trait Input
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Deprecated constructors

def this(file: File, converter: SupportConverter[J])(implicit e: IsoString[J])

Attributes

Deprecated
true

Concrete methods

def close(): Unit
def delete(): Unit

Delete the persisted information.

Delete the persisted information.

Attributes

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

Inherited methods

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

Attributes

Inherited from:
Input