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
Members list
In this article