Spun out of #14911 to make that a bit smaller. This converts some of the types that are cached (inside a @cached decorator) to be immutable. For this PR it is pretty much s/JsonDict/JsonMapping/g and then deal with the callers who need to be updated.
Spun out of #14911 to make that a bit smaller. This converts some of the types that are cached (inside a
@cached
decorator) to be immutable. For this PR it is pretty muchs/JsonDict/JsonMapping/g
and then deal with the callers who need to be updated.