< Back

Clear-EdgeCache

Sun Jan 19, 2020 6:00 pm

NAME Clear-EdgeCache



SYNOPSIS

Clear the entries in a cache in Apigee Edge.





SYNTAX

Clear-EdgeCache [-Name] <String> [-Environment] <String> [[-Org] <String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Name <String>

The name of the cache to clear.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Environment <String>

The Edge environment that contains the named cache.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Clear-EdgeCache -Name cache101 -Environment test















RELATED LINKS