Skip to main content

Least-recently-used (LRU) cache module

Project description

This package provides a simple but efficient least-recently-used (LRU) cache module. A single class, LRUCache, with a container interface, provides prioritized caching. The implementation uses a heap and a dictionary to provide quick inserts, deletes, and references.

Project details


Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page