module Async::HTTP::Cache::Store

Constants

ACCEPT_ENCODING
VARY

Public Class Methods

default() click to toggle source
# File lib/async/http/cache/store.rb, line 30
def self.default
        Vary.new(Memory.new)
end