use of org.hibernate.cache.ehcache.management.impl.EhcacheStatsImpl in project hibernate-orm by hibernate.
the class EhcacheStatsImplTest method createCache.
@BeforeClass
public static void createCache() throws Exception {
CacheManager manager = CacheManager.getInstance();
stats = new EhcacheStatsImpl(manager);
}
Aggregations