clearCache static method

void clearCache()

Clear audio cache to free memory

Implementation

static void clearCache() {
  _audioCache.clear();
  debugPrint('Audio cache cleared');
}