次の方法で共有


Set_BCDataCacheEntryMaxAge method of the MSFT_NetBranchCacheOrchestrator class

Sets the maximum age of an entry in the data cache.

Syntax

uint32 Set_BCDataCacheEntryMaxAge(
  [in] uint32  TimeDays,
  [in] string  PolicyStore,
  [in] boolean Force
);

Parameters

TimeDays [in]

The maximum number of days a cache entry is valid in the data cache.

PolicyStore [in]

Path to the group policy object that should be modified by this cmdlet.

Force [in]

Indicates the operation should not prompt for confirmation.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetPeerDistCim.mof
DLL
NetPeerDistCim.dll

See also

MSFT_NetBranchCacheOrchestrator