Caching helper#
Helper for caching related tasks.
Functions#
|
Cache a function using joblib memory and a lru cache at the same time. |
|
Wrap an algorithm/pipeline class to enable joblib based disk cashing for its primary action method. |
|
Wrap an algorithm/pipeline class to enable LRU based RAM cashing for its primary action method. |
|
Remove the disk cache from an algorithm class. |
|
Remove the RAM cache from an algorithm class. |
|
Remove any cache from an algorithm class. |
|
Get the RAM cache object from an algorithm class. |