utils_config-h.md 2.5 KB
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
# utils\_config.h<a name="ZH-CN_TOPIC_0000001054479545"></a>

## **Overview**<a name="section302555115093527"></a>

**Related Modules:**

[Utils\_config](Utils_config.md)

**Description:**

Represents the configuration file of the utils subsystem. 

Vendors can set their desired items in the configuration file.

**Since:**

1.0

**Version:**

1.0

## **Summary**<a name="section129176567093527"></a>

## Macros<a name="define-members"></a>

<a name="table1584318143093527"></a>
<table><thead align="left"><tr id="row1361847308093527"><th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.1"><p id="p534318964093527"><a name="p534318964093527"></a><a name="p534318964093527"></a>Macro Name and Value</p>
</th>
<th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.2"><p id="p1688268685093527"><a name="p1688268685093527"></a><a name="p1688268685093527"></a>Description</p>
</th>
</tr>
</thead>
<tbody><tr id="row1632671433093527"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p508566664093527"><a name="p508566664093527"></a><a name="p508566664093527"></a><a href="Utils_config.md#gad3d71669516ef0bb50e2b105507a6b29">FEATURE_KV_CACHE</a></p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1067238079093527"><a name="p1067238079093527"></a><a name="p1067238079093527"></a>Specifies whether the KV store supports cache. </p>
</td>
</tr>
<tr id="row1134237946093527"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p178207614093527"><a name="p178207614093527"></a><a name="p178207614093527"></a><a href="Utils_config.md#ga6c8469dfe973ac952cf40394bd2c160b">MAX_CACHE_SIZE</a>&nbsp;&nbsp;&nbsp;10</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1200947841093527"><a name="p1200947841093527"></a><a name="p1200947841093527"></a>Indicates the number of data items that can be stored in the KV store cache. </p>
</td>
</tr>
<tr id="row1253014345093527"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p1423589862093527"><a name="p1423589862093527"></a><a name="p1423589862093527"></a><a href="Utils_config.md#ga4f258bd7d7d52c6770cce77f3e16ce72">MAX_KV_SUM</a>&nbsp;&nbsp;&nbsp;50</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1712415813093527"><a name="p1712415813093527"></a><a name="p1712415813093527"></a>Indicates the number of data items that can be stored for each application. </p>
</td>
</tr>
</tbody>
</table>