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