| document type | cmdlet | ||
|---|---|---|---|
| external help file | ModuleFast.dll-Help.xml | ||
| HelpUri | |||
| Locale | en-US | ||
| Module Name | ModuleFast | ||
| ms.date | 07/17/2026 | ||
| PlatyPS schema version | 2024-05-01 | ||
| title | Clear-ModuleFastCache | ||
| sidebar |
|
Clears the in-memory HTTP request cache used by ModuleFast.
Clear-ModuleFastCache
This cmdlet has no aliases.
ModuleFast caches repository metadata for the lifetime of the PowerShell session. Use this command after publishing a new module version or when a subsequent plan must fetch repository metadata again.
Clears cached repository responses so the next plan performs fresh lookups.
Clear-ModuleFastCacheThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
System.Object. The command does not produce pipeline output.
The cache is recreated immediately and remains empty until another ModuleFast operation queries a repository.