method

cache_page

Importance_1
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Caching::Pages::ClassMethods
cache_page(content, path) public

Manually cache the content in the key determined by path. Example:

  cache_page "I'm the cached content", "/lists/show"
Show source
Register or log in to add new notes.