module Async::HTTP::Cache::Store

def self.default

def self.default
	Vary.new(Memory.new)
end