#include <list>#include <map>#include <string>#include "DatabaseInterface/Dbi.h"Go to the source code of this file.
Classes | |
| class | DbiCache |
| Concept Cache holding DbiResults for a specific database table. Purpose A DbiCache is an object that minimises database I/O by caching query results. Queries are always first sent to the cache and only if not present are they sent down to the database. More... | |
1.3.9.1