add msgPcPoolCache cache

This commit is contained in:
thinkgem
2018-06-02 22:52:57 +08:00
parent d98a0dbe30
commit 98ab05793b
2 changed files with 8 additions and 0 deletions

View File

@@ -24,4 +24,7 @@
<!-- 内容管理模块缓存 -->
<cache name="cmsCache" maxEntriesLocalHeap="1000" eternal="true" overflowToDisk="false" diskPersistent="false" statistics="true"/>
<!-- PC端消息推送缓存 -->
<cache name="msgPcPoolCache" maxEntriesLocalHeap="1000" eternal="true" overflowToDisk="false" diskPersistent="false" statistics="true"/>
</ehcache>

View File

@@ -58,4 +58,9 @@
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" properties="replicatePuts=false,replicateUpdatesViaCopy=false"/>
</cache>
<!-- PC端消息推送缓存 -->
<cache name="msgPcPoolCache" maxEntriesLocalHeap="1000" eternal="true" overflowToDisk="false" diskPersistent="false" statistics="true">
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" properties="replicatePuts=false,replicateUpdatesViaCopy=false"/>
</cache>
</ehcache>