totalOperations property

int get totalOperations

Gets the total number of cache operations (hits + misses).

Implementation

int get totalOperations => _hitCount + _missCount;