DirCache

scala.cli.graal.DirCache
case class DirCache(dir: Path) extends JarCache

Attributes

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

Members list

Value members

Concrete methods

override def cache(path: Path)(processPath: Path => ClassPathEntry): ClassPathEntry

Attributes

Definition Classes
override def put(entry: RelPath, content: Array[Byte]): ClassPathEntry

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product