Description
Cache expensive calculation results on disk from Python applications. It helps scientific, data, and tooling workflows avoid repeating slow work when the same inputs are processed again.
This is a developer library, not a cache manager app. Disk caches can grow, become stale, or store sensitive intermediate data, so projects should define cache locations, invalidation, and cleanup rules.