clearCache method

void clearCache()

Clear the cache

Implementation

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