.. lrucache documentation master file, created by sphinx-quickstart on Fri Dec 25 18:43:19 2020. Welcome to the **lruheap** documentation! This package provides an in-memory LRU (Least Recently Used) cache implementation backed by a min-heap priority queue, along with decorator-based caching for Python functions. .. toctree:: :caption: Contents guides usage example references caveats miscellaneous roadmap