I have this question and I would like to know if it is management by IIS or Asp.net Framework which save it on server disk or in-memory.
I'm studying Azure Shared Caching looking for OutputCache and save data fetch from database resources.
At my studying conclusion, I will decide to do cache all Action Result or ChildActionOnly.
Thanks!