Search code examples
.netcachinghashdistributed-caching

AppFabric cache which server to send request


How does AppFabric cache decides which cache server to write?

Does it use consistent hashing just like memcached?


Solution

  • I think it uses Consistent hashing.