add msgPcPoolCache cache
This commit is contained in:
@@ -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>
|
||||
5
web/src/main/resources/cache/ehcache-rmi.xml
vendored
5
web/src/main/resources/cache/ehcache-rmi.xml
vendored
@@ -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>
|
||||
Reference in New Issue
Block a user