Ruby on Rails Developer Question:

Do you know what is Rails Caching?

Tweet Share WhatsApp

Answer:

Caching is used in any web technologies. It speeds up the performance by storing previous results for subsequent requests. By default, cahcing is disabled in Rails.

Rails caching is available at three levels of granularity:

☛ Page
☛ Action
☛ Fragment

Download Ruby on Rails Developer PDF Read All 30 Ruby on Rails Developer Questions
Previous QuestionNext Question
Please explain what is the purpose of the rakefile available in the demo directory in Ruby?Do you know the role of the subdirectories app/controllers and app/helpers in Rails?