ActionController::Caching
module ActionController::Caching
Caching is a cheap way of speeding up slow applications by keeping the result of calculations, renderings, and database calls around for subsequent requests.
You can read more about each approach by clicking the modules below.
Note: To turn off all caching, set
config.action_controller.perform_caching = false