#include <string>
#include <map>
#include <ctime>
#include "Settings.h"
#include "User.h"
#include "Logger.h"
#include "GarbageCollector.h"
#include "exceptions.h"
Go to the source code of this file.
Classes | |
class | Cache |
Whole cache manager class. More... | |
Defines | |
#define | SINGLE_USER "single user" |
name of the user used by the server | |
#define | SINGLE_SPACE "single space" |
name of the space used by the server |
Definition in file Cache.h.