#ifndef DBICACHE_H
#define DBICACHE_H
/**
*
*
* \class COMET::IDbiCache
*
*
* \brief
* Concept Cache holding IDbiResultSet s for a specific database table.
*
* \brief
* Purpose A IDbiCache 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.
*
* Contact: A.Finch@lancaster.ac.uk
*
*
*/
#include
#include