1 Star 3 Fork 1

Bili执笔小白/CSharp_DistributedCache_Simple

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.ncconf 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bili执笔小白 提交于 2023-08-09 23:13 +08:00 . 分布式55%
<configuration>
<cache-config cache-name="myCache" alias="" config-id="79bf25d2-e579-4571-bda8-93d3e9502e00" config-version="0">
<cache-settings inproc="True" last-modified="">
<logging enable-logs="True" trace-errors="True" trace-notices="False" trace-warnings="False" trace-debug="False" log-path=""/>
<performance-counters enable-counters="True" snmp-port="0"/>
<data-load-balancing enabled="False" auto-balancing-threshold="60%" auto-balancing-interval="30sec"/>
<client-death-detection/>
<client-activity-notification enabled="False" retention-period="5sec"/>
<cache-notifications expiration-time="15sec"/>
<cleanup interval="15sec"/>
<storage type="heap" cache-size="1024mb"/>
<eviction-policy enabled-eviction="True" default-priority="normal" eviction-ratio="5%"/>
<cache-topology topology="local-cache"/>
</cache-settings>
</cache-config>
</configuration>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/qq28069933146_admin/csharp_distributedcache_simple.git
git@gitee.com:qq28069933146_admin/csharp_distributedcache_simple.git
qq28069933146_admin
csharp_distributedcache_simple
CSharp_DistributedCache_Simple
master

搜索帮助