libcommonc++
0.7
|
This is the complete list of members for Cache< K, T >, including all inherited members.
Cache(uint_t maxSize) | Cache< K, T > | |
clear() | Cache< K, T > | |
contains(K key) const | Cache< K, T > | |
get(K key) const | Cache< K, T > | |
getMaxSize() const | Cache< K, T > | inline |
getSize() const | Cache< K, T > | inline |
isEmpty() const | Cache< K, T > | inline |
onRemove(K key, T *item) | Cache< K, T > | protectedvirtual |
operator[](K key) const | Cache< K, T > | inline |
put(K key, T *item) | Cache< K, T > | |
remove(K key) | Cache< K, T > | |
take(K key) | Cache< K, T > | |
~Cache() | Cache< K, T > | virtual |