Documentación offline SQLite 3.53.4
por @raupulus

Custom Page Cache Object

3.53.4 Ver versión oficial en línea Licencia BlessingDescargado el 2026-09-15 Bundle .md (21.8 MB) ↓

\ typedef struct sqlite3_pcache sqlite3_pcache;\

The sqlite3_pcache type is opaque. It is implemented by the pluggable module. The SQLite core has no knowledge of its size or internal structure and never deals with the sqlite3_pcache object except by holding and passing pointers to the object.

See sqlite3_pcache_methods2 for additional information.

See also lists of Objects, Constants, and Functions.