method
etag=
v3.0.9 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
etag=(etag)public
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 81
def etag=(etag)
key = ActiveSupport::Cache.expand_cache_key(etag)
@etag = self["ETag"] = %("#{Digest::MD5.hexdigest(key)}")
end