lrupy

A simple in-memory (LRU) cache implementation


Keywords
development, cache, performance
License
BSD-3-Clause
Install
pip install lrupy==0.4

Documentation

lrupy

A simple in-memory LRU cache in Python built using OrderedDict.