Cache

skunk.net.protocol.Parse$.Cache
See theCache companion object
final case class Cache[F[_]](value: StatementCache[F, StatementId])

A cache for the Parse protocol.

Attributes

Companion:
object
Source:
Parse.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:
Parse.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product