lru-cache
2024-10-12
A least-recently-used cache structure
Upstream URL
Author
Yukari Hafner <shinmera@tymoon.eu>
Maintainer
Yukari Hafner <shinmera@tymoon.eu>
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.