leaf_engine.io.memory
Includes the joblib memory caching manager and configuration. The memory method below returns a joblib memory decorator that can be used to cache method calls on disk (e.g., external API call to geocoding services, PCMiler, etc.).
Read more about joblib’s memory at: https://joblib.readthedocs.io/en/latest/generated/joblib.Memory.html
Attributes
Functions
|
Module Contents
- leaf_engine.io.memory.memory(verbose=0)
- leaf_engine.io.memory._path