reset method

void reset()

Resets the values of this policy.

Called when the flush has been completed.

Implementation

void reset() {
  state = false;
}