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

This is the complete list of members for StaticCache< K, T >, including all inherited members.

AbstractCache(uint_t maxSize)AbstractCache< K, T >protected
clear()StaticCache< K, T >virtual
constructItem()=0StaticCache< K, T >protectedpure virtual
contains(const K &key) constAbstractCache< K, T >
get(const K &key)StaticCache< 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, T *item)=0StaticCache< K, T >protectedpure virtual
onRemove(const K &key, T *item)AbstractCache< K, T >protectedvirtual
operator[](const K &key)AbstractCache< K, T >inline
StaticCache(uint_t maxSize)StaticCache< K, T >
~AbstractCache()AbstractCache< K, T >virtual
~StaticCache()StaticCache< K, T >virtual