There is a sort of "trick" that I've seen around more than once, in order to clear the cache for an MVC app by calling a specific url similar to
http://somewebsite.com/Misc/ClearCache
I used it a couple of times, but honestly I didn't understand exactly how it works and I haven't found any documentation or post about it.
Is there anyone that could explain it a bit, possibly with some related documentation?
Many thanks.