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