Please enable JavaScript.
Coggle requires JavaScript to display documents.
Hibernate Caches (Second-level Cache (Setup (Step 2 - configure cache…
Hibernate Caches
Second-level Cache
-
First-level cache will always be consulted before any attempt is made to locate an object in the second-level cache
Can be configured on a per-class and per-collection basis and mainly responsible for caching objects across sessions
-
-
-