Sumit Kadam
Sumit Kadam

Reputation: 79

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

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?

Upvotes: 1

Views: 78

Answers (0)

Related Questions