PowerShell / DSC

This repo is for the DSC v3 project
MIT License
200 stars 29 forks source link

PowerShell-Adapter should cache resources to disk #371

Closed SteveL-MSFT closed 4 months ago

SteveL-MSFT commented 6 months ago

Summary of the new feature / enhancement

PowerShell-Adapter should cache the discovered resources to disk so it doesn't have to perform a full discovery each time which is the main perf bottleneck.

Proposed technical implementation details (optional)

Probably just save the cache as a JSON file somewhere under the user data path:

anmenaga commented 4 months ago

Fixed in #432