method
new
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::RailsEntityStore
new(store = RAILS_CACHE)public
No documentation available.
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 36
def initialize(store = RAILS_CACHE)
@store = store
end