# File lib/active_support/vendor/memcache-client-1.7.4/memcache.rb, line 635
  def hash_for(key)
    Zlib.crc32(key)
  end