Skip to content

Remove ModuleCache Parameter and references #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JustinGrote opened this issue Nov 19, 2023 · 1 comment
Closed

Remove ModuleCache Parameter and references #9

JustinGrote opened this issue Nov 19, 2023 · 1 comment

Comments

@JustinGrote
Copy link
Owner

JustinGrote commented Nov 19, 2023

This is a legacy setting that can be removed, as we don't actually save these temporarily.

Alternatively, this could be a cache location that, only if specified, could save the nuget files and cache them locally for fast reinstallation. I don't think that would make any sense because once the module is extracted, there's usually not a need except in some sort of multiuser installation scenario, and in that case a local repo just makes more sense then some kind of shared on-disk cache except in maybe heavy VDI scenarios.

$ModuleCache = $(New-Item -ItemType Directory -Force -Path Temp:\ModuleFastCache),
#The repository to scan for modules. TODO: Multi-repo support

@JustinGrote
Copy link
Owner Author

Closed #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant