Elgg\Cache\SystemCache::__construct PHP Method

__construct() public method

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;
    }