method
expire_page
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActionController::Caching::Pages::ClassMethods
expire_page(path)
public
Expires the page that was cached with the path as a key. Example:
expire_page "/lists/show"


