Hi,
What is the default cache service of hibernate?
Thanks,
Hi,
In hibernate you will find two types of cache service of hibernate. These are Session Cache and query cache. The Session Cache service is default cache service or mandatory cache through it all the requests pass.
For more details about default cache service of hibernate read this article.
http://www.roseindia.net/hibernate/HibernateCaching.shtml
Thanks,