method
cache_page
v2.0.3 -
Show latest stable
- 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"