In the current implementation, the cache accepts CamelCase properties that have the spaces removed (e.g. IsEnabled) however, this is not always the case when an Epsilon script is run. We need to make sure that we "normalize" the names of the properties to lower case (e.g. isenabled) before xetting the cache.
In the current implementation, the cache accepts CamelCase properties that have the spaces removed (e.g. IsEnabled) however, this is not always the case when an Epsilon script is run. We need to make sure that we "normalize" the names of the properties to lower case (e.g. isenabled) before xetting the cache.