CacheID

CacheID 指定 Microsoft ReadyBoost™ 裝置的唯一快取識別碼。

識別碼

指定 ReadyBoost 快取的識別碼。 識別碼 是字串。

父階層

microsoft-windows-systemmaintenanceservice | CacheList | 緩存 | CacheID

有效的組態傳遞

特殊化

套用至

如需此元件支援的 Windows 版本和架構清單,請參閱 microsoft-windows-systemmaintenanceservice

XML 範例

下列 XML 輸出範例顯示兩個 ReadyBoost 裝置的設定。 在此範例系統上,主要硬碟是磁片 0 (XML) 中未顯示,而兩個 ReadyBoost 裝置是磁片 1 和 2。 在第一個裝置上,CacheID 是 ReadyBoostCache1。 在第二個裝置上,CacheID 為 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>

Cache