Package

quasar.fs.mount

cache

Permalink

package cache

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

Type Members

  1. type VCache[A] = KeyValueStore[AFile, ViewCache, A]

    Permalink
  2. final case class ViewCache(viewConfig: ViewConfig, lastUpdate: slamdata.Predef.Option[Instant], executionMillis: slamdata.Predef.Option[slamdata.Predef.Long], cacheReads: slamdata.Predef.Int, assignee: slamdata.Predef.Option[slamdata.Predef.String], assigneeStart: slamdata.Predef.Option[Instant], maxAgeSeconds: slamdata.Predef.Long, refreshAfter: Instant, status: Status, errorMsg: slamdata.Predef.Option[slamdata.Predef.String], dataFile: AFile, tmpDataFile: slamdata.Predef.Option[AFile]) extends Product with Serializable

    Permalink

Value Members

  1. object VCache

    Permalink
  2. object ViewCache extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped