method

etag=

etag=(etag)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/cache.rb, line 85
        def etag=(etag)
          key = ActiveSupport::Cache.expand_cache_key(etag)
          @etag = self[ETAG] = %("#{Digest::MD5.hexdigest(key)}")
        end