Search code examples
asp.netcachingmemcachedweb-farmdistributed-caching

ASP.NET and distributed caching in more than one web server


I need distributed cache to be used in more than one web server.

I've tried a file based cache dependency, but it doesn't work in UNC path. I think .NET can not monitor the files on the UNC path.

I know that Microsoft has presented a new feature in Velocity. But, is there any other solution (like memcache in PHP)?


Solution

  • There are memcached providers for ASP.NET.