clearCache static method

void clearCache()

Clear all cached data.

Implementation

static void clearCache() {
  _cache.clear();
  debugPrint('PodDirectoryService: Cache cleared');
}