---
title: 元数据缓存配置
description: "将指示的文件访问属性列表中的初始元数据缓存配置设置为提供的值。"
url: https://www.hikunpeng.com/document/detail/zh/hpchistory/hpckit/develop2400/userg_hyperio_0114.html
sourcePath: /source/zh/hpchistory/hpckit/develop2400/userg_hyperio_0114.html
indexId: 60036cc490521039c1ab5a418d53586a09f2205e46c6062514f3e4b5a31969b764
---
# 元数据缓存配置

#### 函数定义

将指示的文件访问属性列表中的初始元数据缓存配置设置为提供的值。

herr_t H5Pset_mdc_config(hid_t propertylisId, H5AC_cache_config_t *config)


#### 参数

| 参数名 | 描述 | 取值范围 | 输入/输出 |
| --- | --- | --- | --- |
| propertylisId | 文件访问属性列表标识符。 | 整数 | 输入 |
| \*config | 指针，指向包含所需配置的H5AC\_cache\_config\_t实例。 | 非空 | 输入 |


#### 返回值

返回零。
