/LRUCache

Header-only C++ implementation of a least-recently-used cache.

Primary LanguageC++MIT LicenseMIT

LRUCache

A header-only C++ implementation of a least-recently-used cache. This code uses the C++14 standard.

See src/main.cpp for examples of how to use the code.