This is the complete list of members for LRUCache< K, V >, including all inherited members.
| cache_entry_t typedef | LRUCache< K, V > | private |
| cache_type typedef | LRUCache< K, V > | private |
| invalidate() | LRUCache< K, V > | inline |
| lookupCache(K key) | LRUCache< K, V > | inline |
| LRUCache(size_t limit, void(*cache_miss)(void *data, const K &key, V *dest), void *data) | LRUCache< K, V > | inline |
| m_cache_miss | LRUCache< K, V > | private |
| m_cache_miss_data | LRUCache< K, V > | private |
| m_limit | LRUCache< K, V > | private |
| m_map | LRUCache< K, V > | private |
| m_queue | LRUCache< K, V > | private |
| setLimit(size_t limit) | LRUCache< K, V > | inline |