Function
setMdmSettingsCache
(mdm: MdmResult, hkcu: MdmResult)
Source from the content-addressed store, hash-verified
| 150 | * Update the session caches directly. Used by the change detector poll. |
| 151 | */ |
| 152 | export function setMdmSettingsCache(mdm: MdmResult, hkcu: MdmResult): void { |
| 153 | mdmCache = mdm |
| 154 | hkcuCache = hkcu |
| 155 | } |
| 156 | |
| 157 | // --------------------------------------------------------------------------- |
| 158 | // Refresh — fires a fresh raw read, parses, returns results. |
Tested by
no test coverage detected