Is it possible to use classes from the System.Web.Caching namespace with an ASP.NET application which uses WebSockets?
I have decided to use open source WebSocket (SuperSocket) with use of ASP.net 4.0. Is System.Web.Caching.Cache use for page load event (for example for WebServices)? As in WebSocket you do not need to load the page to retrieve the data! For that reason I do not think the System.Web.Caching.Cache will work.
Any idea?
If for some reason you can’t access
System.Web.HttpContext.Current.Cachethen useSystem.Runtime.Caching.MemoryCacheEnough caching options for anyone’s needs.
[Maybe it’s a British thing, but isn’t it meant to be cacheing?]