Module strategy

Module strategy 

Source
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§

WithCacheStrategy
Cache all (safe) statements for as long as connection is alive.
WithoutCacheStrategy
No statements will be cached,

Enums§

LookupStatementResult
Indicates the cache key status

Traits§

StatementCacheStrategy
Implement this trait, in order to control statement caching.