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
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-APIEndpointName
Your API endpoint name to remove from the data cache.
Type String
Parameter Sets APIEndpointName
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-AppSecConfigID
Your AppSec (AAP/Kona) configuration ID to remove from the data cache.
Type String
Parameter Sets AppSecConfigID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-AppSecConfigName
Your AppSec (AAP/Kona) configuration name to remove from the data cache.
Type String
Parameter Sets AppSecConfigName
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-AppSecPolicyID
Your AppSec (AAP/Kona) policy ID to remove from the data cache.
Type String
Parameter Sets AppSecConfigName, AppSecConfigID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-AppSecPolicyName
Your AppSec (AAP/Kona) policy name to remove from the data cache.
Type String
Parameter Sets AppSecConfigName, AppSecConfigID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-ClientListID
Your client list ID to remove from the data cache.
Type String
Parameter Sets ClientListID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-ClientListName
Your client list name to remove from the data cache.
Type String
Parameter Sets ClientListName
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-EdgeWorkerID
Your EdgeWorker ID to remove from the data cache.
Type String
Parameter Sets EdgeWorkerID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-EdgeWorkerName
Your EdgeWorker name to remove from the data cache.
Type String
Parameter Sets EdgeWorkerName
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-IncludeID
Your property Include's ID to remove from the data cache.
Type String
Parameter Sets IncludeID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-IncludeName
Your property Include's name to remove from the data cache.
Type String
Parameter Sets IncludeName
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-METSCaSetID
Your MTLS Edge Trust Store CA Set ID to remove from the data cache.
Type String
Parameter Sets METSCaSetID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-METSCaSetName
Your MTLS Edge Trust Store CA Set name to remove from the data cache.
Type String
Parameter Sets METSCaSetName
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-MOKSClientCertID
Your MTLS Origin Keystore client certificate ID to remove from the data cache.
Type String
Parameter Sets MOKSClientCertID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-MOKSClientCertName
Your MTLS Origin Keystore client certificate name to remove from the data cache.
Type String
Parameter Sets MOKSClientCertName
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-PropertyID
Your property's ID to remove from the data cache.
Type String
Parameter Sets PropertyID
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-PropertyName
Your Property's name to remove from the data cache.
Type String
Parameter Sets PropertyName
Aliases
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
Related Links
Updated about 1 month ago