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