Advertisement
Guest User

AppFabric Cache Client Config

a guest
Sep 4th, 2012
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. <dataCacheClient>
  2.     <hosts>
  3.       <host name=" BAR-001.FOO.local" cachePort="22233" />
  4.     </hosts>
  5.     <localCache isEnabled="false" sync="TimeoutBased" objectCount="100000" ttlValue="300" />
  6.     <clientNotification pollInterval="60" />
  7.     <securityProperties mode="None" protectionLevel="None" />
  8.     <transportProperties connectionBufferSize="131072" maxBufferPoolSize="16777216" maxBufferSize="16777216"
  9.       maxOutputDelay="2" channelInitializationTimeout="60000" receiveTimeout="900000" />
  10.   </dataCacheClient>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement