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