Cache() | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
Cache(const Cache< KEYTYPE, VALUETYPE > &src) | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
CacheMapConstIterator typedef | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | private |
CacheMapIterator typedef | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | private |
clear() | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
getCache(const KEYTYPE &key, VALUETYPE &value) const | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
getCacheNoStats(const KEYTYPE key, VALUETYPE &value) const | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inlineprivate |
hitCount() | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
hitRatio() | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
m_cacheHit | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | mutableprivate |
m_cacheMap | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | private |
m_cacheMiss | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | mutableprivate |
m_mutex | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | mutableprivate |
missCount() | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
operator=(const Cache< KEYTYPE, VALUETYPE > &rhs) | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
removeCache(const KEYTYPE &key) | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
setCache(const KEYTYPE &key, const VALUETYPE &value) | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |
size() | Mantid::Kernel::Cache< KEYTYPE, VALUETYPE > | inline |