Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chocolateyGH-90) Implemented Caching Package list to File
The Get-ChocoInstalledPackage function pulls a new list from 'choco list -lo -r' costing measurable system impact when choco is installing several packages. This commit will allow the Installed package list to be cached locally in the $env:ChocolateyInstall folder for 60 seconds before pulling a new list.
- Loading branch information