我遇到了Ehcache的性能问题。我相信,迁移到Infinispan Cache将解决性能问题。我该怎么办?
我们在类net.sf.ehcache.Cache.get(Serializable)中面临性能问题。
请找到以下配置:
图书馆:
hibernate3.jar hibernate-core.3.6.3.jar 春天3.2.0罐子
<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>