class Faraday::HttpCache::Storage
@deprecated Use Faraday::HttpCache::Strategies::ByUrl
instead.
Public Class Methods
new(*)
click to toggle source
Calls superclass method
Faraday::HttpCache::Strategies::BaseStrategy::new
# File lib/faraday/http_cache/storage.rb, line 9 def initialize(*) Kernel.warn("Deprecated: #{self.class} is deprecated and will be removed in " \ 'the next major release. Use Faraday::HttpCache::Strategies::ByUrl instead.') super end