Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 2 KB

File metadata and controls

53 lines (43 loc) · 2 KB
title description ms.topic ms.assetid ms.author author manager ms.date
bitsadmin cache
Reference article for the bitsadmin cache command, which contains a list of the bitsadmin cache switches.
reference
9ae4a283-a187-4fe3-b05c-4b53732c27cb
jgerend
JasonGerend
mtillman
10/16/2017

bitsadmin cache

Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Contains a list of the bitsadmin /cache switches.

Contains a list of the bitsadmin /cache switches.

Syntax

bitsadmin /cache /help
bitsadmin /cache /clear
bitsadmin /cache /delete
bitsadmin /cache /deleteURL
bitsadmin /cache /list
bitsadmin /cache /info
bitsadmin /cache /getlimit
bitsadmin /cache /setlimit
bitsadmin /cache /getexpirationtime
bitsadmin /cache /setexpirationtime

Parameters

Parameter Description
bitsadmin cache and help Displays the command-line usage for the /cache switches.
bitsadmin cache and clear Purges the local cache.
bitsadmin cache and delete Deletes a cache entry.
bitsadmin cache and deleteURL Deletes all cache entries for the given URL.
bitsadmin cache and list Lists all cache entries.
bitsadmin cache and info Dumps a specific cache entry.
bitsadmin cache and getlimit Retrieves the cache limit.
bitsadmin cache and setlimit Sets the cache limit.
bitsadmin cache and getexpirationtime Retrieves the cache expiration time.
bitsadmin cache and setexpirationtime Sets the cache expiration time.

Related links