Second Level Caching:
If you are enabling both second-level caching and query caching, then your hibernate config file should contain the following:
true
true
net.sf.ehcache.hibernate.EhCacheRegionFactory
Then Configure hibernate Entities to use second level caching.
No comments:
Post a Comment