mongodb\Cache $gcProbability

$gcProbability public property

The probability (parts per million) that garbage collection (GC) should be performed when storing a piece of data in the cache. Defaults to 100, meaning 0.01% chance. This number should be between 0 and 1000000. A value 0 meaning no GC will be performed at all.

public integer $gcProbability = 100
doc_Yii
2016-10-30 17:07:32
Comments
Leave a Comment

Please login to continue.