Description
Store and reuse temporary values in Python programs with a small caching API. It helps developers avoid repeating work when the same data is requested again.
This is a dependency for Python applications, not a standalone tool. It should be used with clear rules for what may be cached, because temporary storage can expose private information or keep outdated results longer than expected.