Template Struct master

Inheritance Relationships

Base Type

Derived Type

Struct Documentation

template<typename KeyT>
struct udho::cache::master : public udho::cache::driver<KeyT>

Subclassed by udho::cache::store< StorageT, KeyT, T >

Public Types

typedef KeyT key_type
typedef driver<KeyT> storage_type
typedef abstract_engine<KeyT> abstract_engine_type
typedef master<KeyT> self_type

Public Functions

master(abstract_engine_type &e)
master(const self_type&) = delete
master(self_type&&) = default
bool issued(const key_type &key) const
void issue(const key_type &key)