Cache

au.id.tmm.fetch.cache.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

object WithTtl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
WithTtl.type

Types

type SimpleIO[K, V] = Cache[IO, K, V, V]

Value members

Concrete methods

def SimpleIO[K, V](store: SimpleIO[K, V]): SimpleIO[K, V]
def apply[F[_], K, V_IN, V_OUT](store: KVStore[F, K, V_IN, V_OUT])(implicit F: Monad[F]): Cache[F, K, V_IN, V_OUT]