TeaAddictedGeek
Programmer
I have no idea why this isn't working, and right now I have this statement around a try/catch block to look at the error:
object Cached = HttpContext.Current.Cache[key];
Any idea on why attempting to get a key value from the cache would produce this error? I'm trying to test if the value exists and if not, place it in the cache.
Thanks!
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum
object Cached = HttpContext.Current.Cache[key];
Any idea on why attempting to get a key value from the cache would produce this error? I'm trying to test if the value exists and if not, place it in the cache.
Thanks!
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum