protected static function supportsAndAllowsMemcacheByModelIdentifier($modelIndetifier)
 {
     $className = RedBeanModel::getModelClassNameByIdentifier($modelIndetifier);
     return static::supportsAndAllowsMemcacheByModelClassName($className);
 }