InMemoryKVStore

au.id.tmm.fetch.cache.InMemoryKVStore$
See theInMemoryKVStore companion class

Attributes

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

Members list

Concise view

Type members

Types

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

Value members

Concrete methods

def SimpleIO[K, V]: IO[SimpleIO[K, V]]
def apply[F[_] : Monad, K, V_IN, V_OUT](evalMapV: V_IN => F[V_OUT]): F[InMemoryKVStore[F, K, V_IN, V_OUT]]