Cache

kirill5k.common.cats.Cache
See theCache companion trait
object Cache

Attributes

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

Members list

Value members

Concrete methods

def make[F[_] : Temporal, K, V](expiresIn: FiniteDuration, checkOnEvery: FiniteDuration)(implicit evidence$3: Temporal[F], C: Clock[F]): F[Cache[F, K, V]]