0
如何測試Hibernate二級緩存?Grails 3.0.9。我如何測試Hibernate二級緩存?
我試圖將其配置在application.yml:
hibernate:
cache:
use_second_level_cache: true
provider_class: net.sf.ehcache.hibernate.EhCacheProvider
region:
factory_class: org.hibernate.cache.ehcache.EhCacheRegionFactory
flush:
mode: 'commit'
跟蹤選項dataSource { ... logSql = true }
,它總是顯示在執行SQL?或者還包含二級緩存提取而不執行SQL?
唉,在Grails 3.0中安置其他配置 – igilfanov
我編輯了我的答案並在統計API中添加了一些信息,希望有所幫助。 – Anshul