Selective Cache clearing across load balanced servers (ASP.Net)
问题 We have a website that runs on two load balanced servers. We use the ASP.Net caching to help improve performance by caching high usage data. BUT, occasionally that data changes. When it does, we need to clear the relevant cache items on BOTH the load balanced servers. Does anyone have some easy to implement suggestions for how this can be done? I know that there is software out there to manage this for you (Microsoft Velocity for one). I also know that there are other options for having