How are you caching? With the Cache object, the Caching block or throwing
into an App or Session var in ASP.NET? Does not really matter, but the code
can be slightly altered in some cases.
Remember that cache is simply a static item (ie, placed in memory once for
all uses). As such, as soon as you reference the cached version, you should
be updating the cached copy. So, you pull from cache and make changes. You
can explicitly place back in the same location in cache, if you like more
explicit coding.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************
Think Outside the Box!
************************************************