7#ifndef __WVSTRINGCACHE_H
8#define __WVSTRINGCACHE_H
10#include "wvstringtable.h"
34 static WvStringTable *t;
36 static size_t clean_threshold;
A cache table of WvString objects.
WvString get(WvStringParm s)
Get a shared string corresponding to 's'.
void clean()
Remove any now-unused strings from the cache.
WvString is an implementation of a simple and efficient printable-string class.