clearCache method

void clearCache()

Clears the cache.

Implementation

void clearCache() {
  _movieListCache.clear();
}