c

sbt.util

Timestamp

class Timestamp extends Tracked

Linear Supertypes
Tracked, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Timestamp
  2. Tracked
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Timestamp(store: CacheStore, useStartTime: Boolean)(implicit format: JsonFormat[Long])

Value Members

  1. 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.

  2. def clean(): Unit

    Cleans outputs and clears the cache.

    Cleans outputs and clears the cache.

    Definition Classes
    TimestampTracked
  3. def readTimestamp: Long
  4. val store: CacheStore