Cache

me.wojnowski.oidc4s.Cache$
See theCache companion trait
object Cache

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Entry[A](value: A, expiresAt: Instant)

Attributes

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

Value members

Concrete methods

def catsRef[F[_] : Sync, A](defaultExpiration: FiniteDuration): F[Cache[F, A]]
def noop[F[_] : Applicative, A]: Cache[F, A]

Concrete fields

val DefaultExpiration: FiniteDuration