clearCache method

void clearCache()

Clears the format cache

Implementation

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