Version | Change log |
Windows Server AppFabric 1.1.0.0 Mar 22, 2012 |
Read-Through/Write-Behind: · This allows a backend provider to be used on the cache servers to assist with retrieving and storing data to a backend, such as a database. Read-through enables the cache to "read-through" to a backend in the context of a Get request. Write-behind enables updates to cached data to be saved asynchronously to the backend. Graceful Shutdown: · This is useful for moving data from a single cache hosts to rest of the servers in the cache cluster before shutting down the cache host for maintenance. This helps to prevent unexpected loss of cached data in a running cache cluster. This can be accomplished with the Graceful parameter of the Stop-CacheHost Windows PowerShell command. Domain Accounts: · In addition to running the AppFabric Caching Service with the NETWORK SERVICE account, you can now run the service as a domain account. |