I know how to clear my cache by deleting some file in a folder on my Windows machine.
I want to know if there is an easier way, like by clearing it directly from visual studio?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends what you mean by “cache”: in most cases you should only be concerned with whats going on in your build directories, in which case you can simply use either the “clean” or a “rebuild” targets in the build menu.