Stores copies of data (images, HTML, API results) so applications don't need to fetch them repeatedly from a slower source.
Used by tools to temporarily cache data for off-line access or to sync with remote storage, such as FSLogix . to cache folder
These folders are usually isolated to the current user's profile to avoid conflicts. Is it okay to delete the ~/.cache folder? - Ask Ubuntu Stores copies of data (images, HTML, API results)
Data in the cache is intended to be temporary and should ideally be deleted by the program after use. Stores copies of data (images