list OutputCache entry
in my asp.net mvc application i’m using the OutputCache attribute on different action method.
Is possible to view the current entries on the cache related to OutputCache attribute?
If i cicle on System.Web.HttpContext.Current.Cache i don’t find this type of entry.
Thanks in advance F.