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