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
# initialize
def initialize(app, store: Store.default) super(app) @count = 0 @store = store end