#
cache-python
Here are 2 public repositories matching this topic...
A powerful caching library for Python, with TTL support and multiple algorithm options.
memoizationalgorithmfunctional-programmingcachelruextensibledecoratorextendablettlfifolru-cachememoize-decoratormemoization-libraryfifo-cachelfu-cachelfuttl-cachecache-pythonpython-memoizationttl-support
- Updated
Aug 1, 2021 - Python
Implemented a cache that on start-up would load data from a file into the cache. The cache would have an initial size of 20 elements and upon reaching its limit, to add any new element it would remove the least recently accessed element. On shutdown it should store the cached data back to the file. The data should be stored in the cache accordin…
- Updated
Aug 20, 2017 - HTML
Improve this page
Add a description, image, and links to thecache-python topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thecache-python topic, visit your repo's landing page and select "manage topics."