[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

Using ASP.NET cache object in class projects

Benjsoft

1/31/2009 4:18:00 AM

How to implement Cache API in class projects (.cs) to be consumed by
ASP.NET?

I do not want to implement the Cache API in ASP.NET pages directly, instead
I want to create a layer (business entity/logic) that performs caching using
Cache API, please advise.

Alternatively, I can use Enterprise Library Caching, but right now, this is
out of the picture.