Akamai data cache

Clear-AkamaiDataCache

Synopsis

Remove one or all items from the data cache.

Syntax

A

Clear-AkamaiDataCache [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-APIEndpointName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-APIEndpointID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-AppSecConfigName <String>] [-AppSecPolicyName <String>] [-AppSecPolicyID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-AppSecConfigID <String>] [-AppSecPolicyName <String>] [-AppSecPolicyID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

C

Clear-AkamaiDataCache [-ClientListName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-ClientListID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

E

Clear-AkamaiDataCache [-EdgeWorkerName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-EdgeWorkerID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

I

Clear-AkamaiDataCache [-IncludeName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-IncludeID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

M

Clear-AkamaiDataCache [-METSCaSetName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-METSCaSetID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-MOKSClientCertName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-MOKSClientCertID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

P

Clear-AkamaiDataCache [-PropertyName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-PropertyID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Removes a given item from the in-memory data cache, either by its name or ID, or clears the entire cache.

Parameters

-APIEndpointID

Your API endpoint ID to remove from the data cache.

Type: String Parameter Sets: APIEndpointID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-APIEndpointName

Your API endpoint name to remove from the data cache.

Type: String Parameter Sets: APIEndpointName Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-AppSecConfigID

Your AppSec (AAP/Kona) configuration ID to remove from the data cache.

Type: String Parameter Sets: AppSecConfigID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-AppSecConfigName

Your AppSec (AAP/Kona) configuration name to remove from the data cache.

Type: String Parameter Sets: AppSecConfigName Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-AppSecPolicyID

Your AppSec (AAP/Kona) policy ID to remove from the data cache.

Type: String Parameter Sets: AppSecConfigName, AppSecConfigID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-AppSecPolicyName

Your AppSec (AAP/Kona) policy name to remove from the data cache.

Type: String Parameter Sets: AppSecConfigName, AppSecConfigID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-ClientListID

Your client list ID to remove from the data cache.

Type: String Parameter Sets: ClientListID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-ClientListName

Your client list name to remove from the data cache.

Type: String Parameter Sets: ClientListName Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-EdgeWorkerID

Your EdgeWorker ID to remove from the data cache.

Type: String Parameter Sets: EdgeWorkerID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-EdgeWorkerName

Your EdgeWorker name to remove from the data cache.

Type: String Parameter Sets: EdgeWorkerName Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-IncludeID

Your property Include's ID to remove from the data cache.

Type: String Parameter Sets: IncludeID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-IncludeName

Your property Include's name to remove from the data cache.

Type: String Parameter Sets: IncludeName Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-METSCaSetID

Your MTLS Edge Trust Store CA Set ID to remove from the data cache.

Type: String Parameter Sets: METSCaSetID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-METSCaSetName

Your MTLS Edge Trust Store CA Set name to remove from the data cache.

Type: String Parameter Sets: METSCaSetName Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-MOKSClientCertID

Your MTLS Origin Keystore client certificate ID to remove from the data cache.

Type: String Parameter Sets: MOKSClientCertID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-MOKSClientCertName

Your MTLS Origin Keystore client certificate name to remove from the data cache.

Type: String Parameter Sets: MOKSClientCertName Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-PropertyID

Your property's ID to remove from the data cache.

Type: String Parameter Sets: PropertyID Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

-PropertyName

Your Property's name to remove from the data cache.

Type: String Parameter Sets: PropertyName Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False

Related Links

User Guide: Overview


Did this page help you?