-void hypercache::initCache(configcache *cache, const string& subdir,
- const string& cacheid, char **configmem, const int& configMemSize, const int& cachemode) {
- if (Defaults == NULL) {
- cerr << "Defaults were not initialized prior to short initialization!" << endl;
- exit(1);
- }
-
- initCache(cache, cacheid, Defaults->nequi, Defaults->nskip, Defaults->datadir + "/" + subdir,
- configmem, configMemSize, cachemode, Defaults->out);
-}
-