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.
|
|
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 |
||||
|
