maxCallsCount property

int maxCallsCount
final

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;