module Async
module Async::HTTP
module Async::HTTP::Cache
module Async::HTTP::Cache::Body
module Async::HTTP::Cache::Store
class Async::HTTP::Cache::General
class Async::HTTP::Cache::Response
class Async::HTTP::Cache::Store::Memory
class Async::HTTP::Cache::Store::Vary
async-http-cache
0.4.5
# key
def key(request) @store.normalize(request) [request.authority, request.method, request.path] end