The standard .NET 4.0 cache cannot be shared among multiple servers.I need share cache in multi application, what is best solution for share cache in multi application
I need help for this problem .
The standard .NET 4.0 cache cannot be shared among multiple servers.I need share cache
Share
You can absolutely use System.Web.Caching.Cache outside of IIS. Just add a reference to System.Web and away you go – it is absolutely not a feature of IIS
The System.Web.Caching.Cache object is not intended for use outside ASP.NET in the .NET Framework 1.1 and in the .NET Framework 1.0.