| Top |
| void | sw_cache_save () |
| SwSet * | sw_cache_load () |
| void | sw_cache_drop () |
| void | sw_cache_drop_all () |
void sw_cache_save (SwService *service,const gchar *query,GHashTable *params,SwSet *set);
Cache the items in set
to disk.
SwSet * sw_cache_load (SwService *service,const gchar *query,GHashTable *params,SwSet* (*set_constr) ());
Load the cache for service
from disk, returning a SwSet if there was a
cache.
void sw_cache_drop (SwService *service,const gchar *query,GHashTable *params);
Free the cache for service
from disk.