다음을 통해 공유


Set-SPOStructuralNavigationCacheWebState

사이트 모음에서 웹에 대한 캐싱을 사용하거나 사용하지 않도록 설정합니다.

Syntax

Set-SPOStructuralNavigationCacheWebState
   -WebUrl <String>
   -IsEnabled <Boolean>
   [<CommonParameters>]

Description

Set-SPOStructuralNavigationCacheWebState cmdlet을 사용하여 사이트 모음에서 웹에 대한 캐싱을 사용하거나 사용하지 않도록 설정할 수 있습니다. 자세히 알아보기.

예제

예 1

PS C:\> Set-SPOStructuralNavigationCacheWebState -IsEnabled $true -WebUrl "https://contoso.sharepoint.com/sites/product/electronics"

이 예제에서는 웹 https://contoso.sharepoint.com/sites/product/electronics에 대해 캐싱을 사용하도록 설정합니다.

예 2

Set-SPOStructuralNavigationCacheWebState -IsEnabled $false -WebUrl "https://contoso.sharepoint.com/sites/product/electronics"

이 예제에서는 웹 https://contoso.sharepoint.com/sites/product/electronics에 대한 캐싱을 사용하지 않도록 설정합니다.

매개 변수

-IsEnabled

캐시를 사용하려면 $true로, 캐시를 사용하지 않으려면 $false로 설정합니다.

Type:Boolean
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

-WebUrl

캐싱 상태를 설정해야 하는 웹의 절대 URL을 지정합니다.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

입력

None

출력

System.Object

참고

예제를 보려면 "get-help Set-SPOStructuralNavigationCacheWebState -examples"를 입력합니다.

For more information, type: "get-help Set-SPOStructuralNavigationCacheWebState -detailed". 

For technical information, type: "get-help Set-SPOStructuralNavigationCacheWebState -full". 

For online help, type: "get-help Set-SPOStructuralNavigationCacheWebState -online"