In this tutorial we’ll show you how to easily change the default save location for the cache in Google Chrome.
Web browsers save their caches at predetermined locations by default, which can usually be changed quite easily from within the browsers’s Options. However, in Google Chrome, there is no visible option to change the location of the cache. This doesn’t, however, mean that it can’t be done.
Using Microsoft Windows 7, the default save location of Google Chrome’s cache is:
C:\Users\username\AppData\Local\Google\Chrome\User Data\Default\Cache
Here’s how to change it by adding just a few parameters to the Google Chrome shortcut.
--disk-cache-dir="d:\cache" --disk-cache-size=104857600
Replace the text in red to any directory you would make the new cache directory. Click OK to exit.
Now Chrome needs to be configured to use the newly defined cache folder for opening previously visited links in the history. For this,
HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command
--disk-cache-dir="d:\cache" --disk-cache-size=104857600
Note that the red directory location in this step should be identical to the one you specified in step #2 in the first section, otherwise Chrome will not be able to load pages from the newly set cache.
The registry key value should now look something like this:
"C:\Users\Martin\AppData\Local\Google\Chrome\Application\chrome.exe" --disk-cache-dir="d:\cache" --disk-cache-size=104857600 -- "%1"
Click OK and exit the Registry Editor.
Be sure to check out the rest of our Google Chrome tips, tricks and tutorials.
View Comments
Thanks!
great tuts, helps a lot
Thank you
Cool tutorial! Thanks!