Jarves\Cache\Cacher::__construct PHP Метод

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

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