67

In the past it was possible to browse the browser cache by visiting chrome://cache/ but it seems to have been (re)moved?

Wesley
  • 723

2 Answers2

51

It was removed on purpose and it won't be coming back.

Both chrome://cache and chrome://view-http-cache have been removed starting chrome 66. They work in version 65.

Workaround

You can check the chrome://chrome-urls/ for complete list of internal Chrome URLs.

The only workaround that comes into my mind is to use menu/more tools/developer tools and having a Network tab selected.

The reason why it was removed is this bug:

The discussion:

slm
  • 10,859
tukan
  • 2,325
21

It hasn't been moved, it's been removed! Because of the Bug: 811956, 809823

However the cache still exists and is at C:\Users\[username]\AppData\Local\Google\Chrome\User Data\Profile 1\Cache.

You can view/list your cache using a Cache viewer for Google Chrome!

zylstra
  • 4,148