libcommonc++  0.7
DynamicCache< K, T > Member List

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) constAbstractCache< K, T >
DynamicCache(uint_t maxSize)DynamicCache< K, T >
get(const K &key)DynamicCache< K, T >virtual
getMaxSize() constAbstractCache< K, T >inline
getSize() constAbstractCache< K, T >inline
isEmpty() constAbstractCache< K, T >inline
isFull() constAbstractCache< 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