I don't even use this browser normally, just for testing purposes, and the directory size of "Chrome" in "AppData\Local\Google" is like 500 MB.

Is there a way I can disable page cache in Chrome?

link|improve this question

feedback

3 Answers

up vote 6 down vote accepted

You can clear the cache regularly.

Wrench icon > Options > Under the hood > Clear browsing Data

or

Wrench Icon > Tools > Clear browsing Data

Source of information

Once the cache is cleared use Incognito mode to disable caching while browsing.

The easiest way to disable browser caching in Google Chrome is simply to use its "Incognito Window" mode, similar to IE's InPrivate mode. Press CTRL + SHIFT + N to open up the relevant tab.

Some other suggestion here for normal mode, not sure if any of them work.

link|improve this answer
feedback

Temporary Clearing

If you hit <Ctrl> + <Shift> + <Del> it will automatically bring up the clear cache screen.

The other option is hit F12 to reveal the developer panel and then hit the gear in the corner

Clear Cache Screen for chrome

link|improve this answer
feedback

You can limit the disk cache size with a very small number (say, 1 byte) with an option:

--disk-cache-size=N

Where 'N' is the cache size limit, in bytes

Perhaps, another option is also useful for a similar purpose: --media-cache-size=1

I've tried --disk-cache-size=1 in my Chromium 17.0.963.1 (under Linux), and it has an effect: the size of the cache dir has reduced tremendously!

(Now I wonder whether it's possible to put this option into a configuration file, preferrably system-wide one -- so that it will be the default without me having to replace the menu and/or hiding the executable with my own script with this option. I would like it as a default on my system as a measure for more effective usage of my SSD.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.