6

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?

1
  • I suggest every browser should support this feature!
    – RamyenHead
    Commented Mar 24, 2010 at 6:55

2 Answers 2

2

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.

0

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.)

2
  • I think chrome's cache is a single file. I know it's not stored as individual files.
    – BCS
    Commented Feb 7, 2010 at 7:55
  • Damn this whole site already.. an error comes up every 5min. So. Here is the cache: pastebin.ca/1788981 .. IMHO all the cache are in individual files because if I defrag them on Win, it gives me a huge perf boost.
    – Apache
    Commented Feb 7, 2010 at 13:27

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .