EmbeddingCache({ required String cachePath, int maxEntries = 10000, }) : _cachePath = cachePath, _maxEntries = maxEntries;