Public Instance methods
option_response_cache_store(value)
[show source]
# File lib/httpx/plugins/response_cache.rb 57 def option_response_cache_store(value) 58 raise TypeError, "must be an instance of #{Store}" unless value.is_a?(Store) 59 60 value 61 end