dispose method
void
dispose()
Disposes the cache manager, canceling any ongoing cleaning operations.
Implementation
void dispose() => _cleaningTimer?.cancel();
Disposes the cache manager, canceling any ongoing cleaning operations.
void dispose() => _cleaningTimer?.cancel();