Refactor: Uri caches resolved version
Uri_Resolved() is called many, many times during startup.Added a version of the function that returns a cached copy ofthe resolved Uri that does not need to be deleted.
View differences
Refactor: Uri caches resolved version
Uri_Resolved() is called many, many times during startup.
Added a version of the function that returns a cached copy of
the resolved Uri that does not need to be deleted.