Service

zhttp.clients.ResPoolCache$.Service
trait Service[K, V, R]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def doFreeSpace: ZIO[Any, Throwable, Unit]
def get(key: K): ZIO[Any, Throwable, Option[V]]
def info: ZIO[Any, Throwable, String]
def terminate: ZIO[Any, Throwable, Unit]