complete cache_dir initialization sequence, which ends in not in
Rock::SwapDir::init but in Rock::SwapDir::ioCompletedNotification where we
open the shared map or bail on errors.
It does not make sense to start loading index before the map is configured
because there will be no place to store loaded information.
theFile = io->newFile(filePath);
theFile->open(O_RDWR, 0644, this);
-
- rebuild();
}
void
debugs(47,1, "Rock cache_dir[" << index << "] limits: " <<
std::setw(12) << maximumSize() << " disk bytes and " <<
std::setw(7) << map->entryLimit() << " entries");
+
+ rebuild();
}
void