vote up 0 vote down star

Is there a way to obtain a list of User Controls (an/or instances of user contols) that have been cached? The Cache object's collection doesn't seem to include OutputCached items. Thank you.

flag

1 Answer

vote up 0 vote down

You can implement a wrapper around outputcache and store objects in outputcache programmatically instead of declaratively within the controls. This way you can control the complete collection of cached items and at any given point of time, get whatever details you need about the cached items.

you can implement outputcaching programmatically using the article here

link|flag
Thanks Vikram. Just to make sure I am understanding you clearly, are you hinting that there is No means to get at the OutputCached items using the standard mechanisms? Thanks again. – web May 11 at 23:00
as far as i know, there is no inbuilt mechanism to find that out. – Vikram May 12 at 6:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.