Skip to content

Cache


compute_hash(obj: Any) → str

Compute sha256 hash of object’s pickle representation.


cache_path(step_hash: str, input_hash: str) → Path

load_cache(step_hash: str, input_hash: str) → Any

store_cache(step_hash: str, input_hash: str, data: Any) → None