FileBasedCache

dotty.tools.dotc.classpath.FileBasedCache
final class FileBasedCache[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clear(): Unit
def getOrCreate(path: Path, create: () => T): T