class ActionController::Caching::Sweeper

def action_path_for(options)

gets the action cache path for the given options.
def action_path_for(options)
  Actions::ActionCachePath.new(controller, options).path
end