Header Cache. More...
#include "lib.h"
Data Fields | |
char * | folder |
Folder name. | |
unsigned int | crc |
CRC of the cache entry. | |
const struct StoreOps * | store_ops |
Store backend. | |
StoreHandle * | store_handle |
Store handle. | |
const struct ComprOps * | compr_ops |
Compression backend. | |
ComprHandle * | compr_handle |
Compression handle. | |
Header Cache.
This is the interface to the local cache of Email headers. The data is kept in a Store (database) which can be optionally Compressed.
StoreHandle* HeaderCache::store_handle |
const struct ComprOps* HeaderCache::compr_ops |
ComprHandle* HeaderCache::compr_handle |