Private/Get-CachedService.ps1
function Get-CachedService { param ( [switch]$Force ) if ($Force) { $Script:CachedService = $null } Update-ServiceCache $Script:CachedService } |
function Get-CachedService { param ( [switch]$Force ) if ($Force) { $Script:CachedService = $null } Update-ServiceCache $Script:CachedService } |