dodo
0.0.1
A C++ library to create containerized Linux services
|
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. | |
Defines the dodo::common::Cache template class.
Definition in file cache.hpp.