class HTTP::Cache

def storage

def storage
  @@storage ||= Rack::Cache::Storage.new # rubocop:disable Style/ClassVars
end