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
Post a Comment