|
VSQLite++ 0.3
|
Configuration knobs for the built-in LRU statement cache. More...
#include <statement_cache.hpp>

Public Attributes | |
| std::size_t | capacity = 32 |
| Maximum cached statements. | |
| bool | enabled = true |
| Disable caching without destroying existing entries. | |
Configuration knobs for the built-in LRU statement cache.
Definition at line 59 of file statement_cache.hpp.
| std::size_t sqlite::v2::statement_cache_config::capacity = 32 |
Maximum cached statements.
Definition at line 60 of file statement_cache.hpp.
| bool sqlite::v2::statement_cache_config::enabled = true |
Disable caching without destroying existing entries.
Definition at line 61 of file statement_cache.hpp.