# File lib/memcache.rb, line 692
  def hash_for(key)
    Zlib.crc32(key)
  end