The global variable environment contents for the cachedb Shared between threads, this represents long term information. More...
#include <cachedb.h>
Data Fields | |
| int | enabled |
| true is cachedb is enabled, the backend is turned on | |
| struct cachedb_backend * | backend |
| the backend routines | |
| void * | backend_data |
| backend specific data here | |
The global variable environment contents for the cachedb Shared between threads, this represents long term information.
Like database connections.