Cache

harness.zio.Cache$
See theCache companion class
object Cache

Attributes

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

Members list

Value members

Concrete methods

def make[K, V](name: String, expireDuration: Option[Duration])(using evidence$1: Tag[K], evidence$2: Tag[V]): UIO[Cache[K, V]]