dispose method

  1. @override
void dispose()
override

disposes the cache. It should not be used anymore after disposing.

Implementation

@override
void dispose() {
  // the instance is still available and may be used by another map.
  //_files.clear();
}