Small. Fast. Reliable.
Choose any three.

SQLite C Interface

Custom Page Cache Object

typedef struct sqlite3_pcache sqlite3_pcache;

Important: This interface is experimental and is subject to change without notice.

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_methods for additional information.

See also lists of Objects, Constants, and Functions.


This page last modified 2009/07/31 12:35:28 UTC