Hi all,
I dumped the content of the cache
and the call stack in each situation when cache add or read is made.
This proved that
adding items via HttpContext.Current.Cache into application cache under
Framework 1.1
is functioning weird.
Sometimes items are disappearing and reappearing in the strange fashon.
This is true in some windows with some service packs and patches applied
only.
Does anybody experiences this under Framework 1.1 ?
Miso
Alvin Bruney - ASP.NET MVP - 22 Mar 2006 17:05 GMT
That typically happens after an application pool recycle. Check your event
logs to see if this is the cause.
> Hi all,
> I dumped the content of the cache
[quoted text clipped - 10 lines]
>
> Miso