
13
Apr, 14
Hibernate Second level cache
I am writing a blog on hibernate cache. I have read articles recently and writing here my findings. Hibernate cache is used to reduce interaction with database. We store data in cache and use it whenever application tries to interact with database. Hibernate at first...
Recent Comments