Why do we use cache in hibernate?
Answer / Abdul Mutlib Khan
Cache is used in Hibernate to improve the performance of frequently accessed data. By storing frequently retrieved or updated objects in memory, Hibernate reduces the need for frequent database queries and improves overall system speed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does hibernate?
How many steps are in orm?
What is jpql in hibernate?
Why is sessionfactory immutable?
What is difference between jdbc and hibernate?
What is lazy initialization in hibernate?
What are the disadvantages of hibernate?
What is a polymorphic association?
What are session beans?
What are the steps of calling a stored procedure in hibernate?
Tell about the core interfaces of the hibernate framework?
How to integrate Hibernate with Servlet or Struts2 web applications?