DirectoryStoreFactory

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

A factory that creates new stores persisted in base.

class Object
trait Matchable
class Any

Value members

Deprecated constructors

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

Concrete methods

def make(identifier: String): CacheStore
def sub(identifier: String): CacheStoreFactory

Inherited methods

final
def /(identifier: String): CacheStoreFactory

A symbolic alias for sub.

A symbolic alias for sub.

Inherited from
CacheStoreFactory