MatthiasMullie\Scrapbook\Scale\StampedeProtector::__construct PHP Method

__construct() public method

public __construct ( MatthiasMullie\Scrapbook\KeyValueStore $cache, integer $sla = 1000 )
$cache MatthiasMullie\Scrapbook\KeyValueStore The real cache we'll buffer for
$sla integer Stampede protection time, in milliseconds
    public function __construct(KeyValueStore $cache, $sla = 1000)
    {
        $this->cache = $cache;
        $this->sla = $sla;
    }