class Rack::AcornCache::NullCachedResponse
Public Instance Methods
fresh_for_request?(request)
click to toggle source
# File lib/acorn_cache/cached_response.rb, line 130 def fresh_for_request?(request) false end
matches?(server_response)
click to toggle source
# File lib/acorn_cache/cached_response.rb, line 124 def matches?(server_response) false end
must_be_revalidated?()
click to toggle source
# File lib/acorn_cache/cached_response.rb, line 120 def must_be_revalidated? false end
update!()
click to toggle source
# File lib/acorn_cache/cached_response.rb, line 128 def update!; end