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
# dup
def dup dup = super dup.body = @body.dup dup.headers = @headers.dup return dup end