Elgg\Cache\SystemCache::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( ElggFileCache $cache, Config $config )
$cache ElggFileCache Elgg disk cache
$config Elgg\Config Elgg config
    public function __construct(ElggFileCache $cache, Config $config)
    {
        $this->cache = $cache;
        $this->config = $config;
    }