?
.
Hello,
The Cache class is found in System.Web.Caching namespace. Does that mean it
can be used only in ASP.NET application? What about in a client/server
situation? Maybe I would like to cache data on the server app. Is there a
caching mechanism provided by the framework for that purpose? Or should I
just use the same Cache class from System.Web.Caching? I suppose this should
work, but I haven't tried it.
Thanks.
The Cache class is found in System.Web.Caching namespace. Does that mean it
can be used only in ASP.NET application? What about in a client/server
situation? Maybe I would like to cache data on the server app. Is there a
caching mechanism provided by the framework for that purpose? Or should I
just use the same Cache class from System.Web.Caching? I suppose this should
work, but I haven't tried it.
Thanks.