Bitsadmin /cache /delete |
Applies To: Windows Server 2008,Windows Server 2008 R2
Deletes a specific cache entry.
Syntax
Copy Code |
|
bitsadmin /Cache /Delete RecordID |
Parameters
Parameter |
Description |
RecordID |
The GUID associated with the cache entry. |
Examples
The following example deletes the cache entry with the RecordID of {6511FB02-E195-40A2-B595-E8E2F8F47702}.
Copy Code |
|
C:\>bitsadmin /Cache /Delete {6511FB02-E195-40A2-B595-E8E2F8F47702} |