Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes
only.Expand description
Various interfaces and implementations to control connection statement caching.
Structs§
- With
Cache Strategy - Cache all (safe) statements for as long as connection is alive.
- Without
Cache Strategy - No statements will be cached,
Enums§
- Lookup
Statement Result - Indicates the cache key status
Traits§
- Statement
Cache Strategy - Implement this trait, in order to control statement caching.