Multiple DataCacheClients - Strange configuration behaviour
问题 I am using Azure's In-Role caching for our web role cluster. I need to use separate dataCacheClients so to have different and explicitly set transport property configurations ( maxBufferPoolSize and maxBufferSize ). The problem is that each dataCacheClient is always set with the same maxBufferPoolSize and maxBufferSize values. They are all set to the values from the dataCacheFactory which I instantiate first. <dataCacheClients> <dataCacheClient name="DataCache1"> <autoDiscover isEnabled="true