Fixes
- Fix missing variables provided by corrosion, when corrosion is used as a subdirectory (181):
Public Variables set by Corrosion were not visible when using Corrosion as a subdirectory, due to the wrong scope of the variables. This was fixed by promoting the respective variables to Cache variables.