method
expire_page
rails latest stable - Class:
ActionController::Caching::Pages
expire_page(options = {})public
Expires the page that was cached with the options as a key. Example:
expire_page :controller => "lists", :action => "show"
expire_page(options = {})Expires the page that was cached with the options as a key. Example:
expire_page :controller => "lists", :action => "show"