For example, my home page shows a few of the newest products. I would like to set this page to be cached indefinitely, and then when I create a new product I could delete the cached page in my code, rather than caching for a certain time period, and hoping users are seeing the most up to date content.
Also, once I clear the cache can I use an HttpWebRequest to invoke those pages to be cached again so that a user doesn't have to?
I understand that I can use partial page caching, but i'm really not interested in breaking up my pages into user controls.
Note: I do have access to the server, and IIS.