DirectoryStore

case class DirectoryStore(baseDirectory: DirectoryPath, fileSystem: FileSystem) extends Store
trait Serializable
trait Product
trait Equals
trait Store
class Object
trait Matchable
class Any

Value members

Concrete methods

def get[A](key: Key[A]): Operation[Option[A]]
def reset: Operation[Unit]
def set[A](key: Key[A], fact: A): Operation[Unit]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product