public static function getAttrbutesListArrayByCacheId($cacheId, $firstLetterUppercase = false)
 {
     return attribute::getAttrbutesListArrayInternal($cacheId, false, $firstLetterUppercase);
 }
 static function getAttrbutesListArrayByCacheId($cacheId)
 {
     return attribute::getAttrbutesListArrayInternal($cacheId, false);
 }