grails hibernate L2 缓存统计 - net.sf.ehcache.Statistics
我将 ehcache 与我的 L2 缓存一起使用。
我想分析性能并从 net.sf.ehcache.Statistics 获取统计信息。没有任何成功,我一直在寻找一种从 Grails 或 Spring 访问 L2 缓存管理器的方法。
我很感激任何提示。
波纹管是使用的典型休眠设置
hibernate {
cache.use_second_level_cache = true
cache.use_query_cache = true
cache.region.factory_class = 'net.sf.ehcache.hibernate.EhCacheRegionFactory'
format_sql = true
use_sql_comments = true
}