7 #ifndef __UNICACHEGEN_H
8 #define __UNICACHEGEN_H
10 #include "unitempgen.h"
11 #include "uniconftree.h"
34 void deltacallback(
const UniConfKey &key, WvStringParm value);
48 #endif // __UNICACHEGEN_H
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
virtual void commit()
Commits any changes.
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
A UniConf generator that adds a cache layer on top of another generator.
virtual bool refresh()
Refreshes information about a key recursively.
WvString is an implementation of a simple and efficient printable-string class.
An abstract data container that backs a UniConf tree.
A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual bool isok()
Determines if the generator is usable and working properly.
A UniConf generator that stores keys in memory.