libosmscout
0.1
|
An individual entry in the cache. More...
#include <Cache.h>
Public Member Functions | |
CacheEntry (const K &key) | |
CacheEntry (const K &key, const V &value) | |
Public Attributes | |
K | key |
V | value |
An individual entry in the cache.
|
inlineexplicit |
|
inline |
K osmscout::Cache< K, V, IK >::CacheEntry::key |
V osmscout::Cache< K, V, IK >::CacheEntry::value |