FileValueCache

sbt.internal.inc.FileValueCache
See theFileValueCache companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T](f: Path => T): FileValueCache[T]
def make[T](stamp: Path => Stamp)(f: Path => T): FileValueCache[T]