Timestamp

sbt.util.Timestamp
class Timestamp(val store: CacheStore, useStartTime: Boolean)(implicit format: JsonFormat[Long]) extends Tracked

Attributes

Graph
Supertypes
trait Tracked
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[T](f: Long => T): T

Reads the previous timestamp, evaluates the provided function, and then updates the timestamp if the function completes normally.

Reads the previous timestamp, evaluates the provided function, and then updates the timestamp if the function completes normally.

Attributes

def clean(): Unit

Cleans outputs and clears the cache.

Cleans outputs and clears the cache.

Attributes

def readTimestamp: Long

Concrete fields

val store: CacheStore