PHPDaemon\Cache\CappedStorage::setMaxCacheSize PHP Method

setMaxCacheSize() public method

Sets cache size
public setMaxCacheSize ( integer $size ) : void
$size integer Maximum number of elements
return void
    public function setMaxCacheSize($size)
    {
        $this->maxCacheSize = $size;
    }