[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.caching

HttpContext.Current.Cache items disappear on some windows versions, 1.1 Framework

Michal Valent

3/21/2006 4:02:00 PM

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


1 Answer

Alvin Bruney [ASP.NET MVP]

3/22/2006 4:06:00 PM

0

That typically happens after an application pool recycle. Check your event
logs to see if this is the cause.

"Miso" <valent@spirit.sk> wrote in message
news:ew0nQDQTGHA.2156@tk2msftngp13.phx.gbl...
> 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
>
>