Module: Async::HTTP::Cache::Store
- Defined in:
- lib/async/http/cache/store.rb,
lib/async/http/cache/store/vary.rb,
lib/async/http/cache/store/memory.rb
Defined Under Namespace
Constant Summary collapse
- VARY =
'vary'- ACCEPT_ENCODING =
'accept-encoding'
Class Method Summary collapse
Class Method Details
.default ⇒ Object
30 31 32 |
# File 'lib/async/http/cache/store.rb', line 30 def self.default Vary.new(Memory.new) end |