# File lib/memcache.rb, line 528
  def hash_for(key)
    (key.crc32_ITU_T >> 16) & 0x7fff
  end