我正面临着Ehcache的性能问题 . 我相信迁移到Infinispan Cache可以解决性能问题 . 我怎样才能做到这一点?

我们在net.sf.ehcache.Cache.get(Serializable)类中面临性能问题 .

请找到以下配置:

图书馆:

hibernate3.jar hibernate-core.3.6.3.jar spring 3.2.0 jars

<prop key="hibernate.cache.provider_class">
org.hibernate.cache.EhCacheProvider
</prop>
<prop key="hibernate.cache.use_query_cache">true</prop>
<prop key="hibernate.cache.use_second_level_cache">
true
</prop>
<prop key="hibernate.cache.use_structured_entries">
true
</prop>