update api docs

This commit is contained in:
sunxyw
2023-01-15 13:31:52 +00:00
committed by github-actions[bot]
parent ca1d2a1ed8
commit 4bcc3302b9
231 changed files with 3342 additions and 1890 deletions

View File

@@ -4,18 +4,69 @@
<!-- Generated by graphviz version 7.0.5 (20221223.1930)
-->
<!-- Title: 类继承关系图 Pages: 1 -->
<svg width="103pt" height="27pt"
viewBox="0.00 0.00 103.00 27.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23)">
<svg width="193pt" height="64pt"
viewBox="0.00 0.00 193.00 64.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60)">
<title>类继承关系图</title>
<!-- Node0 -->
<g id="node1" class="node">
<title>Node0</title>
<g id="a_node1"><a xlink:href="class_z_m_1_1_bootstrap_1_1_load_configuration.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="95,-19 0,-19 0,0 95,0 95,-19"/>
<text text-anchor="middle" x="47.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">LoadConfiguration</text>
<g id="a_node1"><a xlink:href="interface_z_m_1_1_store_1_1_k_v_1_1_k_v_interface.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="75.5,-56 7.5,-56 7.5,-37 75.5,-37 75.5,-56"/>
<text text-anchor="middle" x="41.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">KVInterface</text>
</a>
</g>
</g>
<!-- Node1 -->
<g id="node2" class="node">
<title>Node1</title>
<g id="a_node2"><a xlink:href="class_z_m_1_1_store_1_1_k_v_1_1_light_cache.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="185,-56 119,-56 119,-37 185,-37 185,-56"/>
<text text-anchor="middle" x="152" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">LightCache</text>
</a>
</g>
</g>
<!-- Node0&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node0&#45;&gt;Node1</title>
<path fill="none" stroke="#63b8ff" d="M87.45,-46.5C97.9,-46.5 108.82,-46.5 118.6,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.45,-43 77.45,-46.5 87.45,-50 87.45,-43"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="class_z_m_1_1_store_1_1_k_v_1_1_redis_1_1_k_v_redis.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="179.5,-19 124.5,-19 124.5,0 179.5,0 179.5,-19"/>
<text text-anchor="middle" x="152" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">KVRedis</text>
</a>
</g>
</g>
<!-- Node0&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node0&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M82.35,-32.91C96.24,-28.17 111.49,-22.97 124.08,-18.68"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="81.34,-29.56 73.01,-36.1 83.6,-36.18 81.34,-29.56"/>
</g>
<!-- Node2 -->
<g id="node4" class="node">
<title>Node2</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="83,-19 0,-19 0,0 83,0 83,-19"/>
<text text-anchor="middle" x="41.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">CacheInterface</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge3" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#63b8ff" d="M82.23,-23.05C95.34,-27.52 109.67,-32.41 121.84,-36.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="83.6,-19.82 73.01,-19.9 81.34,-26.44 83.6,-19.82"/>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge4" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M94.65,-9.5C104.9,-9.5 115.24,-9.5 124.22,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="94.72,-6 84.72,-9.5 94.72,-13 94.72,-6"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 3.1 KiB