Base Framework
Cache< KEY, VALUE > Member List

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() noexceptCache< KEY, VALUE >inline
Cache(MemorySize capacity)Cache< KEY, VALUE >inline
Cache(const Cache &copy) noexceptCache< KEY, VALUE >inline
elementsCache< KEY, VALUE >
getSize() const noexceptCache< KEY, VALUE >inline
getValue(const Key &key) constCache< KEY, VALUE >inline
isCached(const Key &key) const noexceptCache< KEY, VALUE >inline
isEmpty() const noexceptCache< 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) noexceptCache< KEY, VALUE >inline
operator[](const Key &key)Cache< KEY, VALUE >inline
operator[](const Key &key) constCache< KEY, VALUE >inline
remove(const Key &key)Cache< KEY, VALUE >inline
removeAll() noexceptCache< KEY, VALUE >inline
Value typedef (defined in Cache< KEY, VALUE >)Cache< KEY, VALUE >