DistributedCachingEmbeddingGenerator<TInput,TEmbedding>.WriteCacheAsync Metodo

Definizione

Archivia un oggetto TEmbedding nella cache sottostante.

protected:
 override System::Threading::Tasks::Task ^ WriteCacheAsync(System::String ^ key, TEmbedding value, System::Threading::CancellationToken cancellationToken);
protected override System.Threading.Tasks.Task WriteCacheAsync(string key, TEmbedding value, System.Threading.CancellationToken cancellationToken);
override this.WriteCacheAsync : string * 'Embedding * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function WriteCacheAsync (key As String, value As TEmbedding, cancellationToken As CancellationToken) As Task

Parametri

key
String

Chiave della cache.

value
TEmbedding

Oggetto TEmbedding da archiviare.

cancellationToken
CancellationToken

Oggetto CancellationToken da monitorare per le richieste di annullamento.

Valori restituiti

Oggetto Task che rappresenta il completamento dell'operazione.

Si applica a