Wednesday, August 28, 2013

System.Web.HttpContext.Current.Cache.Add allows one to add something to a cache in ASP.NET.

I am preparing for a blog posting on the AOP talk I saw Matthew Groves give at Austin Code Camp. I took some photos of the code he projected with my phone and I hoped to recreate the System.Web.HttpContext.Current.Cache.Add example he gave, but:

  1. I'm missing some of the details.
  2. The caching isn't really crucial to the concept of AOP. (This is an example of one of many cross-cutting concerns.)

I've not done caching of this shape before. There is a way to do it.

Addendum 6/24/2014: I've figured out the cache! See: this

No comments:

Post a Comment