Problem with personal cache in MOSS
- From: sebastienb@xxxxxxxxx
- Date: 18 Jan 2007 01:32:09 -0800
Hi
I have developed a WebPart which displays alerts created by user on
MOSS 2007 Portal.
To improve the performance, I want to store the render in the user's
personal cache. So I use the intruction
this.PartCacheWrite(Storage.Personal, "Alerts", sDataToStore,
TimeSpan.FromSeconds(iSecNumber));
to populate my cache.
The problem is that my cache is always empty. if I replace
Storage.Personal by Storage.Shared, it works fine but I don t want my
users to share the Alerts.
Does anyone know why my personal cache can't be filled?
.
- Prev by Date: Error occured while creating a site in SPS 2007
- Next by Date: Re: Records Center
- Previous by thread: Error occured while creating a site in SPS 2007
- Next by thread: Re: Records Center
- Index(es):
Relevant Pages
|