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?
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?
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.