StackFormation\Helper\StaticCache::getCache PHP Метод

getCache() публичный статический Метод

public static getCache ( ) : Cache
Результат Cache
    public static function getCache()
    {
        if (is_null(self::$cache)) {
            self::$cache = new Cache();
        }
        return self::$cache;
    }