CacheID specifies a unique cache ID for the Microsoft® ReadyBoost™ device.

Values

ID

Specifies the ID of the ReadyBoost cache. ID is a string.

Parent Hierarchy

Valid Configuration Passes

specialize

Applies To

For a list of the supported 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, the CacheID is ReadyBoostCache1. On the second device, the CacheID is ReadyBoostCache2.

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

See Also

Concepts

Cache