|
OpenTTD Source
14.0-beta1
|
#include <utility>#include <unordered_map>Go to the source code of this file.
Data Structures | |
| class | LRUCache< Tkey, Tdata > |
| Size limited cache with a least recently used eviction strategy. More... | |
Size limited cache map with a least recently used eviction strategy.
Definition in file lrucache.hpp.