dodo  0.0.1
A C++ library to create containerized Linux services
cache.hpp File Reference
#include <common/exception.hpp>
#include <threads/mutex.hpp>
#include <iostream>
Include dependency graph for cache.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  dodo::common::Cache< Key, Value >
 Simple thread-safe Cache template for arbitrary Key-Value pairs. More...
 
struct  dodo::common::Cache< Key, Value >::CacheEntry
 A CachedEntry holds the Value as well as last load and last hit time. More...
 

Namespaces

 dodo
 A C++ platform interface to lean Linux services tailored for containerized deployment.
 
 dodo::common
 Common and utility interfaces.
 

Detailed Description

Defines the dodo::common::Cache template class.

Definition in file cache.hpp.