method
new
v3.1.0 -
Show latest stable
-
0 notes -
Class: ActionController::Caching::Actions::ActionCacheFilter
new(options, &block)
public
Hide source
# File actionpack/lib/action_controller/caching/actions.rb, line 128 def initialize(options, &block) @cache_path, @store_options, @cache_layout = options.values_at(:cache_path, :store_options, :layout) end


