maxCallsCount property
Max number of calls that are stored in memory. When count is reached, FIFO method queue will be used to remove elements.
Implementation
final int maxCallsCount;
Max number of calls that are stored in memory. When count is reached, FIFO method queue will be used to remove elements.
final int maxCallsCount;