# File lib/active_support/vendor/memcache-client-1.5.0/memcache.rb, line 562
  def hash_for(key)
    (key.crc32_ITU_T >> 16) & 0x7fff
  end