cachedb_env Struct Reference

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_backendbackend
 the backend routines
 
void * backend_data
 backend specific data here
 

Detailed Description

The global variable environment contents for the cachedb Shared between threads, this represents long term information.

Like database connections.


The documentation for this struct was generated from the following file: