read Resource Value
fun readResourceValue(type: CachedConfigurationProvider.ResourceType, key: String, defaultValue: Any?): Any?
Return
The value for the given key if found in either the configuration cache (if the key has already been retrieved), the override cache (if the override key is present in cache), or the XML. Returns defaultValue if not found in these locations. The primary key will take precedence over the secondary key.
Parameters
type
The resource type of the value to retrieve
key
The primary key for the desired value
default Value
The default value if no key has a mapped value in resources