CacheList

CacheList configures Microsoft ReadyBoost™ flash storage devices that are used as supplemental memory caches. This is typically used for devices that have been integrated with the computer, such as an internal flash device or solid-state drive (SSD).

CacheList can contain up to eight Cache settings that represent a single ReadyBoost cache on the computer that you configure.

Note

If more than eight Cache values are added, only the first eight caches, in the alphabetical order of their CacheID, will be recognized.

Child Elements

Setting Description
Cache Specifies settings that represent a single ReadyBoost cache on the computer that you configure.

Parent Hierarchy

Microsoft-Windows-SystemMaintenanceService | CacheList

Valid Configuration Passes

specialize

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-SystemMaintenanceService.

XML Example

The following XML output example shows a configuration of two ReadyBoost devices. 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. On the first device, a 500-megabyte ReadyBoost cache is created, leaving the remainder of the device space for storage. The second device is entirely used by the ReadyBoost cache.

<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>

Microsoft-Windows-SystemMaintenanceService