CMD + K

filecache

Community

Persistent caching decorator

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::filecache

Usage Tracking

0.81
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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).

About

Summary

Persistent caching decorator

Last Updated

Aug 17, 2022 at 19:13

License

BSD-3-Clause

Supported Platforms

noarch