DBSTATUS_CACHE_USED top-level constant
int
const DBSTATUS_CACHE_USED
This parameter returns the approximate number of bytes of heap memory used by all pager caches associated with the database connection.
The highwater mark associated with SQLITE_DBSTATUS_CACHE_USED is always 0.
Implementation
const DBSTATUS_CACHE_USED = 1;