Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Hibernate Caching

Header Image

  1. What is caching?
    • The article explains what caching is and how it improves the performance of websites and applications.
  2. Hibernate caching mechanisms
    • This article covers an explanation of Hibernate caching mechanisms, including first-level and second-level caching, as well as the types of caching supported by Hibernate, such as entity caching, query caching, and collection caching.
  3. Configuring caching in Hibernate
    • This article covers methods to configure caching in Hibernate, including enabling caching, configuring caching strategies, and configuring cache concurrency strategies.

Table of contents