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
Show all

Members list

Value members

Concrete methods

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

Attributes

Source
Parse.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product