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
Overview
Provides cache storage implementations and utilities.
Defined Under Namespace
Constant Summary collapse
- VARY =
"vary"- ACCEPT_ENCODING =
"accept-encoding"
Class Method Summary collapse
-
.default ⇒ Object
Create a default cache store with Vary support over an in-memory store.