class method
self.new
Ruby on Rails 3.1.12
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 36
def initialize(store = RAILS_CACHE)
@store = store
end
Defined in actionpack/lib/action_dispatch/http/rack_cache.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::RailsEntityStore