Namespace
Module
Methods
Class Public methods
new(store = Rails.cache)
Source:
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 13
def initialize(store = Rails.cache)
@store = store
end
resolve(uri)
Source:
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 9
def self.resolve(uri)
new
end