Cache

io.chrisdavenport.mules.Cache$
See theCache companion trait
object Cache

Attributes

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

Members list

Concise view

Value members

Concrete methods

def contramapKeys[F[_], K1, K2, V](c: Cache[F, K1, V])(g: K2 => K1): Cache[F, K2, V]

Attributes

Source:
Cache.scala
def evalIMap[F[_] : Monad, K, V1, V2](c: Cache[F, K, V1])(f: V1 => F[V2], g: V2 => V1): Cache[F, K, V2]

Attributes

Source:
Cache.scala
def imapValues[F[_] : Functor, K, A, B](cache: Cache[F, K, A])(f: A => B, g: B => A): Cache[F, K, B]

Attributes

Source:
Cache.scala
def mapK[F[_], G[_], K, V](cache: Cache[F, K, V])(fk: FunctionK[F, G]): Cache[G, K, V]

Attributes

Source:
Cache.scala