Frontend\Core\Engine\Language::buildCache PHP Method

buildCache() public static method

Build the language files
Deprecation:
public static buildCache ( string $language, string $application )
$language string The language to build the locale-file for.
$application string The application to build the locale-file for.
    public static function buildCache($language, $application)
    {
        trigger_error('Frontend\\Core\\Engine\\Language is deprecated.
             It has been moved to Frontend\\Core\\Language\\Language', E_USER_DEPRECATED);
        return parent::buildCache($language, $application);
    }