22 #ifndef _SOPRANO_SIGNALCACHE_MODEL_H_
23 #define _SOPRANO_SIGNALCACHE_MODEL_H_
74 int cacheTime()
const;
82 void setCacheTime(
int msec );
88 virtual void parentStatementsAdded();
93 virtual void parentStatementsRemoved();
A FilterModel is a virtual model that wraps another Model.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements.
Caches multiple signals into one to avoid slowdown when adding or removing many statements.