DirectoryStoreFactory

sbt.util.DirectoryStoreFactory
class DirectoryStoreFactory[J](base: File) extends CacheStoreFactory

A factory that creates new stores persisted in base.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Deprecated constructors

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

Attributes

Deprecated
true

Concrete methods

def make(identifier: String): CacheStore

Create a new store.

Create a new store.

Attributes

def sub(identifier: String): CacheStoreFactory

Create a new CacheStoreFactory from this factory.

Create a new CacheStoreFactory from this factory.

Attributes

Inherited methods

final def /(identifier: String): CacheStoreFactory

A symbolic alias for sub.

A symbolic alias for sub.

Attributes

Inherited from:
CacheStoreFactory