This will delete everything in your .cache that was last accessed more than a year ago
find ~/.cache/ -type f -atime +365 -delete
Source: home directory – Is it okay to delete the ~/.cache folder? – Ask Ubuntu
This will delete everything in your .cache that was last accessed more than a year ago
find ~/.cache/ -type f -atime +365 -delete
Source: home directory – Is it okay to delete the ~/.cache folder? – Ask Ubuntu