totalOperations property

int get totalOperations

Gets the total number of cache operations during the period.

Implementation

int get totalOperations => hitCount + missCount;