lru-cache
2024-10-12
A least-recently-used cache structure
Upstream URL
Author
Yukari Hafner <[email protected]>
Maintainer
Yukari Hafner <[email protected]>
License
zlib
# About
This is an implementation of a least-recently-used cache datastructure, useful for tracking a limited set of resource allocations with minimal evictions.
See ``lru-cache``, ``make-lru-cache``, etc.