Jarves\Controller\Admin\DashboardWidgets::__construct PHP Method

__construct() public method

public __construct ( AbstractCache $distributedCache )
$distributedCache Jarves\Cache\Backend\AbstractCache
    public function __construct(AbstractCache $distributedCache)
    {
        $this->distributedCache = $distributedCache;
    }