Base Framework
|
This is the complete list of members for Cache< KEY, VALUE >, including all inherited members.
add(const Key &key, const Value &value) | Cache< KEY, VALUE > | inline |
Cache() noexcept | Cache< KEY, VALUE > | inline |
Cache(MemorySize capacity) | Cache< KEY, VALUE > | inline |
Cache(const Cache ©) noexcept | Cache< KEY, VALUE > | inline |
elements | Cache< KEY, VALUE > | |
getSize() const noexcept | Cache< KEY, VALUE > | inline |
getValue(const Key &key) const | Cache< KEY, VALUE > | inline |
isCached(const Key &key) const noexcept | Cache< KEY, VALUE > | inline |
isEmpty() const noexcept | Cache< KEY, VALUE > | inline |
Key typedef (defined in Cache< KEY, VALUE >) | Cache< KEY, VALUE > | |
operator<<(FormatOutputStream &stream, const Cache< KEY, VALUE > &value) | Cache< KEY, VALUE > | related |
operator=(const Cache &assign) noexcept | Cache< KEY, VALUE > | inline |
operator[](const Key &key) | Cache< KEY, VALUE > | inline |
operator[](const Key &key) const | Cache< KEY, VALUE > | inline |
remove(const Key &key) | Cache< KEY, VALUE > | inline |
removeAll() noexcept | Cache< KEY, VALUE > | inline |
Value typedef (defined in Cache< KEY, VALUE >) | Cache< KEY, VALUE > |