c# - How to tell which server a cache item is on? -


i have site on 2 load balanced servers, , using httpruntime.cache. possible differentiate between server cache item on, in c# code? either when adding or getting item?

httpruntime.cache not shared accross our servers every item put in cache cached twice : once in every server.

if want share cache use http://www.hanselman.com/blog/installingconfiguringandusingwindowsserverappfabricandthevelocitymemorycachein10minutes.aspx


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -