Primary cache in Hibernate
- 5th Apr 2017
- 0
- 5796
- How to use Primary cache in Hibernate primary cache in hibernate Primary cache in hibernate project Primary cache in Hibernate with an example
Let us understand Primary cache in Hibernate Primary cache is associated with Session and its enabled by default. So we don’t need to configure anything to enable the Primary cache in our application. Since it is associated with Session, primary cache will be available as long as hibernate session is alive. Once the session is […]