Cache
module crystallize.utils.cache
Section titled “module crystallize.utils.cache”function compute_hash
Section titled “function compute_hash”compute_hash(obj: Any) → strCompute sha256 hash of object’s pickle representation.
function cache_path
Section titled “function cache_path”cache_path(step_hash: str, input_hash: str) → Pathfunction load_cache
Section titled “function load_cache”load_cache(step_hash: str, input_hash: str) → Anyfunction store_cache
Section titled “function store_cache”store_cache(step_hash: str, input_hash: str, data: Any) → None