Cache

skunk.net.protocol.Describe$.Cache
See theCache companion object
final case class Cache[F[_]](commandCache: StatementCache[F, Unit], queryCache: StatementCache[F, TypedRowDescription])

A cache for the Describe protocol.

Attributes

Companion:
object
Source:
Describe.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def mapK[G[_]](fk: FunctionK[F, G]): Cache[G]

Attributes

Source:
Describe.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product