Do you know what are the types of caching used in rails, what are they?



Do you know what are the types of caching used in rails, what are they?..

Answer / Gaurav Aggarwal

"Ruby on Rails offers several types of caching: Page Caching (caches static HTML pages for improved performance), Action Caching (caches individual actions or controllers), Fragment Caching (caches specific parts of a view), and Memoization (stores method results to avoid recomputation)."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

what is sweeper in Rails?

1 Answers  


how you can list all routes for an application?

1 Answers  


how you can run Rails application without creating databases?

1 Answers  


What are the different filters used in ruby on rails?

1 Answers  


What is the use of $ in ruby?

1 Answers  


Who designed active record in rails?

1 Answers  


Explain rails migration.

1 Answers  


Explain me what is the purpose of rjs in rails?

1 Answers  


Explain how Rails implements Ajax?

1 Answers  


What is the process for creating a controller for the subject? What is its role?

1 Answers  


what are helpers and how to use helpers in ror?

1 Answers  


What is the flash?

1 Answers  


Categories