method
etag=
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
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