_cache_policy | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
_cached_elements | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
_current_size | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
_download_size | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
_max_size | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
_user_data | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
Cache() | nmn::Cache< Key, Element, UserData, CachePolicy > | |
Cache(const Cache< Key, Element, UserData, CachePolicy > &cache) | nmn::Cache< Key, Element, UserData, CachePolicy > | |
clear() | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
ConstIterator typedef | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
Container typedef | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
deleteElement(Element &element, const IsAPointerTraits traits) | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
deleteElement(Element &element, const IsNotAPointerTraits traits) | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
download() | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
ElementType typedef | nmn::Cache< Key, Element, UserData, CachePolicy > | |
find(const Key &key) | nmn::Cache< Key, Element, UserData, CachePolicy > | |
get(const Key &key) | nmn::Cache< Key, Element, UserData, CachePolicy > | |
getCurrentSize() const | nmn::Cache< Key, Element, UserData, CachePolicy > | |
getDownloadSize() const | nmn::Cache< Key, Element, UserData, CachePolicy > | |
getMaxSize() const | nmn::Cache< Key, Element, UserData, CachePolicy > | |
invalidate(Iterator &it) | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
Iterator typedef | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
KeyType typedef | nmn::Cache< Key, Element, UserData, CachePolicy > | |
load(const Key &key) | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
load(const BasisFunction::Key &key) | nmn::Cache< Key, Element, UserData, CachePolicy > | |
operator=(const Cache< Key, Element, UserData, CachePolicy > &cache) | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
refresh(Iterator &it) | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
setDownloadSize(const unsigned int &size) | nmn::Cache< Key, Element, UserData, CachePolicy > | |
setMaxSize(const unsigned int &size) | nmn::Cache< Key, Element, UserData, CachePolicy > | |
setUserData(UserData *user_data) | nmn::Cache< Key, Element, UserData, CachePolicy > | |
upload(const Key &key, const Element &element) | nmn::Cache< Key, Element, UserData, CachePolicy > | [protected] |
~Cache() | nmn::Cache< Key, Element, UserData, CachePolicy > | |