CachingEmbeddingGenerator<TInput,TEmbedding>.GetCacheKey Metodo

Definizione

Calcola una chiave della cache per i valori specificati.

protected:
 abstract System::String ^ GetCacheKey(ReadOnlySpan<System::Object ^> values);
protected abstract string GetCacheKey(scoped ReadOnlySpan<object?> values);
abstract member GetCacheKey : ReadOnlySpan<obj> -> string
Protected MustOverride Function GetCacheKey (values As ReadOnlySpan(Of Object)) As String

Parametri

values
ReadOnlySpan<Object>

Valori per informare la chiave.

Valori restituiti

Chiave calcolata.

Si applica a