10#include "unitempgen.h"
11#include "uniconftree.h"
33 void loadtree(
const UniConfKey &key =
"");
34 void deltacallback(
const UniConfKey &key, WvStringParm value);
37 UniCacheGen(IUniConfGen *_inner);
38 virtual ~UniCacheGen();
A UniConf generator that adds a cache layer on top of another generator.
virtual void commit()
Commits any changes.
virtual bool isok()
Determines if the generator is usable and working properly.
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.
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
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.
WvString is an implementation of a simple and efficient printable-string class.