Definition in file LRUCache.h.
#include <pthread.h>
#include "TimeUtil.h"
#include "ScopedLock.h"
#include "mstring.h"
#include "m_map.h"


Go to the source code of this file.
Namespaces | |
| namespace | mace |
Classes | |
| class | mace::LRUCache< K, D > |
| Provides a cache with a least recently used replacement policy and a map like interface. More... | |
1.5.5