class Async::HTTP::Cache::Store::Vary

def initialize(store, vary = {})

def initialize(store, vary = {})
	@store = store
	@vary = vary
end