PHPDaemon\Cache\CappedStorage::setCapWindow PHP Method

setCapWindow() public method

Sets cap window
public setCapWindow ( integer $w ) : void
$w integer Additional window to decrease number of sorter calls
return void
    public function setCapWindow($w)
    {
        $this->capWindow = $w;
    }