You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ConfigurationPropertyCaching is controlled only by the user, however, it's pretty safe to assume that during a single bind operation it's safe to cache mappings. Doing so would allow deeply nested properties to bind more quickly since checking that the underling property source has changed would not be necessary.
The text was updated successfully, but these errors were encountered:
Currently
ConfigurationPropertyCaching
is controlled only by the user, however, it's pretty safe to assume that during a single bind operation it's safe to cache mappings. Doing so would allow deeply nested properties to bind more quickly since checking that the underling property source has changed would not be necessary.The text was updated successfully, but these errors were encountered: