cachey seems to be solving some issues with regular caching: a conflict between limited space and limited computation time. This is especially important for notebooks, where cache can grow quite large with data analysis.
To integrate both of the caching libraries, ipycache should point all cache to one file.
cachey seems to be solving some issues with regular caching: a conflict between limited space and limited computation time. This is especially important for notebooks, where cache can grow quite large with data analysis. To integrate both of the caching libraries, ipycache should point all cache to one file.
https://github.com/mrocklin/cachey