# File lib/action_dispatch/http/cache.rb, line 59 def etag=(etag) key = ActiveSupport::Cache.expand_cache_key(etag) @etag = self["ETag"] = %("#{Digest::MD5.hexdigest(key)}") end
# File lib/action_dispatch/http/cache.rb, line 45 def last_modified if last = headers['Last-Modified'] Time.httpdate(last) end end
Generated with the Darkfish Rdoc Generator 2.