cache files are the cache results of e.g. map()
operations on the original data, you can delete them if you don’t need the map()
results anymore
1 Like
cache files are the cache results of e.g. map()
operations on the original data, you can delete them if you don’t need the map()
results anymore