Template Struct flake¶
Defined in File cache.h
Inheritance Relationships¶
Derived Type¶
public udho::cache::shadow< KeyT, T >(Template Struct shadow)
Struct Documentation¶
-
template<typename
KeyT, typenameT>
structudho::cache::flake¶ copiable flake containes a reference to the actual registry object
Subclassed by udho::cache::shadow< KeyT, T >
Public Types
-
typedef flake_type
self_type¶
Public Functions
-
template<template<typename, typename> class
StorageT, typename ...X>flake(store<StorageT, KeyT, X...> &store)¶
-
value_type
at(const key_type &key) const¶
-
void
insert(const key_type &key, const value_type &value)¶
-
void
update(const key_type &key, const value_type &value)¶
-
typedef flake_type