June 2018
Intermediate to advanced
408 pages
11h 23m
English
One benefit of database abstraction layers, such as ORM frameworks, is their ability to transparently cache data:

The application cache is not an option for many large enterprise applications. With the application cache, we help to reduce many round-trips to get required data from the database cache. The application-level cache stores entire objects, which are retrieved based on hash table keys. Here, we are not going to talk about the application level cache; we are going to talk about the second level cache.
In Hibernate, unlike with the first level cache, the second level ...
Read now
Unlock full access