class method
self.new
Ruby on Rails 6.0.6
Since v3.1.12 Last seen in v7.0.10Signature
self.new(store = Rails.cache)
No documentation comment.
Parameters
-
storeopt = Rails.cache
Source
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 37
def initialize(store = Rails.cache)
@store = store
end
Defined in actionpack/lib/action_dispatch/http/rack_cache.rb line 37
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::RailsEntityStore