Caching alternatives to ASP.NET cache

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am updating some middleware code in an ASP.NET app to cahce data from a
database. I have been told I can't use the ASP.NET cache for this.

Can anyone suggesst alternative caching schemes that I could use?

Are hashtables a good alternative?

Thanks
Macca
 
Macca,

You might want to take a look at the Caching Application Block in the
Enterprise Library that Microsoft puts out. It could be of help to you.

Hope this helps.
 
spaces.msn.com/sholliday/

look for "web session wrapper" or something like that.

I'd give you the exact date, but my IE keeps crashing, because of the
Auguest IE update.
 
Back
Top