This link shows how to clear Chrome's chach in a LIFO way (clear everything newer than X) but I want to clear it in the other direction, LRU or FIFO (clear everything older than X). Can this be done? If so, how?
feedback
|
|
Nirsoft has a little utility that allows you to browse and extract info from Chrome Cache, but apparently it doesn't allow you to delete it. Google for Nirsoft and ChromeCacheView to find it (sorry but I am allowed only one hyperlink for post due to my newbie status, and I am saving it for the other link ;) ) Here you can find a post about how to manipulate the cache. Best I could find so far. | |||
|
feedback
|
|
I guess the only possible way is to check cache 'creation date' (file attribute) and delete the older than X. You can write a .bat for that purpose, and execute it with a simple click. (Or write an addon? Never checked Chrome's addon system so far. The whole browser is just so immature imho.) | |||||
feedback
|