Class

ActionController::Caching::Actions::ActionCachePath

Inheritance
< Object

Attributes

Name Visibility R/W Description
extension public R
path public R

Methods

Class

Visibility Signature
public new (controller, options = {}, infer_extension = true)
public path_for (controller, options, infer_extension = true)

Class Method Detail

new(controller, options = {}, infer_extension = true)

When true, infer_extension will look up the cache path extension 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.

path_for(controller, options, infer_extension = true)