totalOperations property
int
get
totalOperations
Gets the total number of cache operations (hits + misses).
Implementation
int get totalOperations => _hitCount + _missCount;
Gets the total number of cache operations (hits + misses).
int get totalOperations => _hitCount + _missCount;