Hi anybody,
I am a new boy in ehcache. I am using ehcache with hibernate, I have added the following properties in my hibernate.cfg.xml file:
<property name="cache.provider_class">net.sf.ehcache.hibernate.EhCacheProvider</property>
<property name="cache.use_second_level_cache">true</property>
<property name="cache.use_query_cache">true</property>
<property name="cache.region.factory_class">net.sf.ehcache.hibernate.EhCacheRegionFactory</property>
and I have finished to configure the ehcache.xml under my classpath:
<?xml version="1.0" encoding="UTF-8"?>