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"/>
|
<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>
|
</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"/>
|
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" properties="replicatePuts=false,replicateUpdatesViaCopy=false"/>
|
||||||
</cache>
|
</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>
|
</ehcache>
|
||||||
Reference in New Issue
Block a user