# File lib/action_dispatch/http/cache.rb, line 63 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 49 def last_modified if last = headers[LAST_MODIFIED] Time.httpdate(last) end end
Generated with the Darkfish Rdoc Generator 2.