ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What are different ways to disable hibernate second level cache?

Hibernate second level cache can be disabled using any of the following ways:

a. By setting use_second_level_cache as false.

b. By using CACHEMODE.IGNORE

c. Using cache provider as org.hibernate.cache.NoCacheProvider

Related Posts Plugin for WordPress, Blogger...
Flag Counter