get Boolean Value
Attempts to find the mapped value for the primary key, then the secondary key. A found value for the primary key will always take precedence over the secondary key. The configuration cache will update using the primary key, even if the secondary key has the mapped value.
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
primary Key
the primary key for the desired value
default Value
the default value to return if the key is not found in the configuration cache or XML