#include <string>
#include "BESObj.h"
Go to the source code of this file.
Classes | |
class | BESCache |
Implementation of a caching mechanism. More... | |
Defines | |
#define | BESCache_h_ 1 |
#define | MAX_LOCK_RETRY_MS 5000 |
#define | MAX_LOCK_TRIES 16 |
#define BESCache_h_ 1 |
Definition at line 34 of file BESCache.h.
#define MAX_LOCK_RETRY_MS 5000 |
Definition at line 44 of file BESCache.h.
Referenced by BESCache::lock().
#define MAX_LOCK_TRIES 16 |
Definition at line 45 of file BESCache.h.
Referenced by BESCache::lock().