()
| 141 | * Clear the MDM and HKCU settings caches, forcing a fresh read on next load. |
| 142 | */ |
| 143 | export function clearMdmSettingsCache(): void { |
| 144 | mdmCache = null |
| 145 | hkcuCache = null |
| 146 | mdmLoadPromise = null |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Update the session caches directly. Used by the change detector poll. |
nothing calls this directly
no outgoing calls
no test coverage detected