Prev Next

Hibernate / Hibernate Caching

How to disable hibernate second level cache?

Hibernate second level cache can be disabled by,

  • setting use_second_level_cache as false,
  • using CACHEMODE.IGNORE,
  • Using cache provider as org.hibernate.cache.NoCacheProvider.

More Related questions...

Show more question and Answers...


Comments & Discussions