As you all know for every action we do in our browser the files are being cached, these files can be anything, such as images, scripts, CSS and lot more. And when we do Ctrl+Shift+Delete, these entries will be cleared too. So what if we need to see those cached files? In this post we will see that. I hope you will like this.
Background
Recently, I came across a situation to check the cached files in my Google chrome browser. So I thought of creating an article that shows how to see cache files in most used browsers, such as Google chrome, Mozilla, Internet Explorer.
How to see cache files
In Chrome
In the URL type the following text:
chrome://view-http-cache/
OR
chrome://cache/
See cached files In Chrome
In Mozilla
In the URL type the following text.
about:cache
OR
For memory storage
about:cache?storage=memory&context=
OR
For disk storage
about:cache?storage=disk&context=
See cached files in Mozilla
In Internet Explorer
You can always see your files at %userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files.
Conclusion
Did I miss anything that you may think which is needed? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.
Your turn. What do you think?
If you have any questions, then please mention it in the comments section.
Please see this blog in my website
here.