Hibernate Second-Level Cache 1. Overview One of the advantages of database abstraction layers such as ORM (object-relational mapping) frameworks is their ability to transparently cache data retrieved from the underlying store. This helps eliminate database-access costs for frequently accessed data. Performance gains can be significant if read/write ratios of cached… Continue Reading hibernate-second-level-cache