persistent-cache-cpp
|
Simple pair of value and metadata. More...
#include <core/persistent_string_cache.h>
Public Attributes | |
std::string | value |
Stores the value of an entry. | |
std::string | metadata |
Stores the metadata of an entry. If no metadata exists for an entry, metadata is returned as the empty string when it is retrieved. | |
Simple pair of value and metadata.
std::string core::PersistentStringCache::Data::metadata |
Stores the metadata of an entry. If no metadata exists for an entry, metadata
is returned as the empty string when it is retrieved.
std::string core::PersistentStringCache::Data::value |
Stores the value of an entry.