I noticed that in CB’s environmentControl interceptor there are several method calls to parse out other configuration types that the developer may be overriding, such as parseMailSettings, parseModels, etc. However, even though an appropriate method does exist in the xmlApplicationLoader to parseCacheSettings, there is no call made to it in the environment interceptor; thus disallowing me from overriding cache settings per environment.