Caching alternatives to ASP.NET cache

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
S

sloan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top