EHCache 3.x是否支持复制?

时间:2020-06-02 07:53:53

标签: java spring hibernate caching ehcache

EHCache 3.x是否支持复制>我想将ehcahe 2.x迁移到3.x。当前我们是jgroup复制。

<cache name="userDetailCache" maxElementsInMemory="70000"
        eternal="true" overflowToDisk="false">
        <cacheEventListenerFactory
            class="net.sf.ehcache.distribution.jgroups.JGroupsCacheReplicatorFactory"
            properties="replicateAsynchronously=true, replicatePuts=true, replicateUpdates=true, replicateUpdatesViaCopy=true, replicateRemovals=true" />
    </cache>

0 个答案:

没有答案
相关问题