persistent-cache-cpp
|
Simple pair of value and metadata. More...
#include <core/persistent_cache.h>
Public Attributes | |
V | value |
Stores the value of an entry. | |
M | 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.
M core::PersistentCache< K, V, M >::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.
V core::PersistentCache< K, V, M >::Data::value |
Stores the value of an entry.