Class ActionController::Caching::Actions::ActionCachePath
In: lib/action_controller/caching/actions.rb
Parent: Object

Methods

new  

Attributes

extension  [R] 
path  [R] 

Public Class methods

If infer_extension is true, the cache path extension is looked up from the request‘s path & format. This is desirable when reading and writing the cache, but not when expiring the cache - expire_action should expire the same files regardless of the request format.

[Validate]