CacheIDCacheID
CacheID
指定 Microsoft ReadyBoost™ 设备的唯一缓存 ID。CacheID
specifies a unique cache ID for the Microsoft ReadyBoost™ device.
值Values
IDID |
指定 ReadyBoost 缓存的 ID。Specifies the ID of the ReadyBoost cache. ID是一个字符串。ID is a string. |
父层次结构Parent Hierarchy
microsoft-windows-systemmaintenanceservice | CacheList | Cache | CacheIDmicrosoft-windows-systemmaintenanceservice | CacheList | Cache | CacheID
有效配置阶段Valid Configuration Passes
专用化specialize
适用于Applies To
有关受支持的 Windows 版本和体系结构,该组件支持的列表,请参阅microsoft windows systemmaintenanceservice。For a list of the supported Windows editions and architectures that this component supports, see microsoft-windows-systemmaintenanceservice.
XML 示例XML Example
下面的 XML 输出示例显示了两个 ReadyBoost 设备的配置。The following XML output example shows a configuration of two ReadyBoost devices. 此示例在系统上,主硬盘驱动器是磁盘 0 (未显示在 XML 中),两个 ReadyBoost 设备是磁盘 1 和 2。On this sample system, the primary hard drive is disk 0 (not shown in the XML), and the two ReadyBoost devices are Disk 1 and 2. 第一台设备,CacheID 是 ReadyBoostCache1。On the first device, the CacheID is ReadyBoostCache1. 在第二个设备上,CacheID 是 ReadyBoostCache2。On the second device, the CacheID is ReadyBoostCache2.
<CacheList>
<Cache>
<CacheID>ReadyBoostCache1</CacheID>
<DiskID>1</DiskID>
<PartitionID>1</PartitionID>
<CacheSizeMB>500</CacheSizeMB>
<EnableCompression>false</EnableCompression>
<EnableEncryption>true</EnableEncryption>
</Cache>
<Cache>
<CacheID>ReadyBoostCache2</CacheID>
<DiskID>2</DiskID>
<PartitionID>1</PartitionID>
<EnableCompression>true</EnableCompression>
<EnableEncryption>true</EnableEncryption>
</Cache>
</CacheList>