clearCache method

void clearCache()

Clears the embedding cache.

Implementation

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