1.

What Are Different Ways To Disable Hibernate Second Level Cache?

Answer»

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

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



Discussion

No Comment Found