MonixFutureCache

com.ocadotechnology.sttp.oauth2.cache.future.MonixFutureCache$
See theMonixFutureCache companion class

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class Entry[V](value: V, expirationTime: Instant)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[K, V](timeProvider: TimeProvider)(implicit ec: ExecutionContext): MonixFutureCache[K, V]