ASP.net Caching
How's that for a dull title?
Either way. Two fresh, exciting articles for your ASP.NET dining pleasure. For those who can't get enough of caching, or of Steven A Smith, we have his ASP.NET Caching: Techniques and Best Practices article. This is now live at: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/aspnet-cachingtechniquesbestpract.asp.
[Kent Sharkey's blog]
Actually, this reminds me of a question I keep hitting, is it possible to force a page entry out using the Cache API? For example, I have a single control that manages the state of a entire page. When that state changes, I want to invalidate the page, and fall back to a more dynamic solution. Any Ideas out there?