I am confused about page cached with outputcache and the IIS output cache, I can use the below command to see list of pages in IIS cache
netsh http show cachestate
It seems some of the cached asp.net page with outputcache are in it, but not the rest, not sure why. So I am thinking a way to see what pages are cached with <%@ outputcache ..
Member
14 Points
793 Posts
Is there any way I can see the page list that cached with outputcache?
Sep 18, 2014 01:55 PM|wyx2000|LINK
I am confused about page cached with outputcache and the IIS output cache, I can use the below command to see list of pages in IIS cache
netsh http show cachestate
It seems some of the cached asp.net page with outputcache are in it, but not the rest, not sure why. So I am thinking a way to see what pages are cached with <%@ outputcache ..
Any idea? thanks.
Member
40 Points
7 Posts
Re: Is there any way I can see the page list that cached with outputcache?
Sep 22, 2014 03:09 AM|James Paul|LINK
Hi,
To list outputcache entry, you can refer to the solution in this post:http://stackoverflow.com/questions/3156792/list-outputcache-entry.