gc() public method
Removes the expired data values.
public void gc ( $force = false ) | ||
---|---|---|
$force | boolean |
Whether to enforce the garbage collection regardless of $gcProbability. Defaults to false, meaning the actual deletion happens with the probability as specified by $gcProbability. |
Please login to continue.