Applies To: Windows Server 2008 R2,Windows Server 2008

Sets the cache expiration time.

Syntax

 Copy Code
bitsadmin /Cache /SetExpirationTime secs

Parameters

Parameter Description

secs

The number of seconds until the cache expires.

Examples

The following example expires the cache in 60 seconds.

 Copy Code
C:\>bitsadmin /Cache / SetExpirationTime 60

Additional references