|
OpenTTD Source
1.11.0-beta2
|
#include <utility>#include <list>#include <functional>#include <unordered_map>#include <stdexcept>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.