InMemory

ammonite.runtime.Storage.InMemory
case class InMemory() extends Storage

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Storage
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def classFilesListLoad(filePathPrefix: SubPath, cacheTag: Tag): Option[ScriptOutput]
def classFilesListSave(filePathPrefix: SubPath, perBlockMetadata: Seq[BlockMetadata], tag: Tag): Unit
def compileCacheLoad(path: String, tag: Tag): Option[CompileCache]
def compileCacheSave(path: String, tag: Tag, data: CompileCache): Unit
def getSessionId: Long
def loadPredef: Option[(String, Path)]

Inherited methods

def dirOpt: Option[Path]

Attributes

Inherited from:
Storage
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

var _history: History
val classFilesListcache: Map[String, (Tag, Seq[BlockMetadata])]
var compileCache: Map[String, (Tag, CompileCache)]
val fullHistory: StableRef[History]
val ivyCache: StableRef[IvyMap]
var predef: String
var sharedPredef: String