Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
LRUCache< K, V > Member List

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

cache_entry_t typedefLRUCache< K, V >private
cache_type typedefLRUCache< 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_missLRUCache< K, V >private
m_cache_miss_dataLRUCache< K, V >private
m_limitLRUCache< K, V >private
m_mapLRUCache< K, V >private
m_queueLRUCache< K, V >private
setLimit(size_t limit)LRUCache< K, V >inline