Packages

object Ttl

Source
CachePolicy.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ttl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val effectivelyForever: Ttl
  2. def fromPositive(value: Duration): Ttl
  3. def fromPositive(value: FiniteDuration): Ttl
  4. def unapply(ttl: Ttl): Option[FiniteDuration]
  5. implicit object TtlIsOrdered extends Ordering[Ttl]