I have a simple question, that I can't find a straight answer:
Does RestSharp cache request made? If it does, how much time does the cache last and how can i change it? If it doesn't, how can I add cache to RestSharp?
I'm using it in an Asp.net MVC app deployed to Azure web application.
Thanks for any help.