Remarks section of ApplicationSettingsBase.Reload
method documentation refers caching.
The Reload method clears the currently cached property values, causing a reload of
these values from persistent storage when they are subsequently accessed. This method
performs the following actions:
- It clears the currently cached properties by clearing the collection represented by the PropertyValues property.
- It raises the PropertyChanged event for every member of the Properties collection.
Reload contrasts with Reset in that the former will load the last set of saved application settings values, whereas the latter will load the saved default values.
https://learn.microsoft.com/en-us/dotnet/api/system.configuration.applicationsettingsbase.reload?view=netframework-4.8