Jarves\EventListener\LatencyMonitorSubscriber::__construct PHP Method

__construct() public method

public __construct ( PageStack $pageStack, Jarves\Cache\Backend\CacheInterface $distributedCache )
$pageStack Jarves\PageStack
$distributedCache Jarves\Cache\Backend\CacheInterface
    function __construct(PageStack $pageStack, CacheInterface $distributedCache)
    {
        $this->distributedCache = $distributedCache;
        $this->pageStack = $pageStack;
    }