Clear System.Runtime.ObjectCache of one application from other application

89 Views Asked by At

I have one ASP.NET MVC application (x.com) which uses System.Runtime.ObjectCache.

I want to clear the cache of x.com from another application y.com which is hosted on another server.

x.com is hosted in a load balanced environment. The cache should be cleared from all the servers in load balanced environment.

Can anyone suggest how to implement this?

0

There are 0 best solutions below