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