Joshua Prismon's Technical weblog

.NET News Now

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?

Comments

Jesse Ezell said:

It isn't currently "supported" by the .NET framework, but I'm sure with a little digging through IL dumps, you could find out how the page cache keys are generated and manually invalidate the page.
# August 6, 2003 4:48 PM

Eddmartinez said:

I too am a fan of ASP.NET cache but only for one-two server Web environments. It becomes unscalable beyond that and posses a lot of problems due to its in process nature. No wonder distributed caching solutions are on the rise.

All the best

Ed.

# November 13, 2008 9:14 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)