increaseEvictions abstract method
Increases the counter by the number specified.
number
: the number to increase the counter by
Implementation
void increaseEvictions({int number = 1});
Increases the counter by the number specified.
number
: the number to increase the counter byvoid increaseEvictions({int number = 1});