Doxygen
|
This is the complete list of members for Cache< K, V >, including all inherited members.
begin() | Cache< K, V > | inline |
begin() const | Cache< K, V > | inline |
Cache(size_t capacity) | Cache< K, V > | inline |
capacity() const | Cache< K, V > | inline |
clear() | Cache< K, V > | inline |
const_iterator typedef | Cache< K, V > | |
end() | Cache< K, V > | inline |
end() const | Cache< K, V > | inline |
find(const K &key) | Cache< K, V > | inline |
hits() const | Cache< K, V > | inline |
insert(const K &key, V &&value) | Cache< K, V > | inline |
insert(const K &key, const V &value) | Cache< K, V > | inline |
iterator typedef | Cache< K, V > | |
kv_pair typedef | Cache< K, V > | |
m_cacheItemList | Cache< K, V > | private |
m_cacheItemMap | Cache< K, V > | private |
m_capacity | Cache< K, V > | private |
m_hits | Cache< K, V > | private |
m_misses | Cache< K, V > | private |
misses() const | Cache< K, V > | inline |
remove(const K &key) | Cache< K, V > | inline |
resize() | Cache< K, V > | inlineprivate |
size() const | Cache< K, V > | inline |