python3-cachetools
extensible memoizing collections and decorators for Python 3
Description
This Python 3 module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library's functools.lru_cache() function decorator. The supported cache algorithms are: * First in first out (FIFO)
* Least recently used (LRU)
* Most recently used (MRU)
* Least frequently used (LFU)
* Random replacement (RR)
* Per-item time-to-live (TTL)
* Time aware least recently used (TLRU)
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/tkem/cachetools/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-cachetools