Is it possible to determine if an ASP.NET page will be cached, and if so, how?
The HttpCachePolicy object provides only set-methods. A collection of VaryByParams values ββis useless if values ββother than "No" and "*" are set, because they cannot be enumerated, and you can only access them using the key.
Also, I cannot use Reflection.
Any ideas?
source share