In the past it was possible to browse the browser cache by visiting chrome://cache/ but it seems to have been (re)moved?
2 Answers
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:
10It 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!
2