filecache
Persistent caching decorator
Persistent caching decorator
To install this package, run one of the following:
filecache filecache is a decorator which saves the return value of functions even after the interpreter dies. For example this is useful on functions that download and parse webpages. All you need to do is specify how long the return values should be cached (use seconds, like time.sleep).
Summary
Persistent caching decorator
Last Updated
Aug 17, 2022 at 19:13
License
BSD-3-Clause
Supported Platforms