dispose method

void dispose()

Disposes of the timer when the cache is no longer needed.

Implementation

void dispose() {
  _timer?.cancel();
}