Class: Rack::AcornCache::NullCachedResponse
- Inherits:
-
Object
- Object
- Rack::AcornCache::NullCachedResponse
- Defined in:
- lib/acorn_cache/cached_response.rb
Instance Method Summary collapse
- #fresh_for_request?(request) ⇒ Boolean
- #matches?(server_response) ⇒ Boolean
- #must_be_revalidated? ⇒ Boolean
- #update! ⇒ Object
Instance Method Details
#fresh_for_request?(request) ⇒ Boolean
130 131 132 |
# File 'lib/acorn_cache/cached_response.rb', line 130 def fresh_for_request?(request) false end |
#matches?(server_response) ⇒ Boolean
124 125 126 |
# File 'lib/acorn_cache/cached_response.rb', line 124 def matches?(server_response) false end |
#must_be_revalidated? ⇒ Boolean
120 121 122 |
# File 'lib/acorn_cache/cached_response.rb', line 120 def must_be_revalidated? false end |
#update! ⇒ Object
128 |
# File 'lib/acorn_cache/cached_response.rb', line 128 def update!; end |