#include <map>
#include "cache.h"
#include "iopccommon/defs.h"
#include "iopccommon/rwLock.h"
#include "iopccommon/condVar.h"
Namespaces | |
namespace | iopc |
Classes | |
class | iopc::VoidCache |
Simple cache implementation removing objects as soon as possible (immediately after unlocking last lock). More... |