DistributedCachingEmbeddingGenerator<TInput,TEmbedding>.CacheKeyAdditionalValues Propriedade

Definição

Obtém ou define valores adicionais usados para informar a chave de cache empregada para armazenar o estado.

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ CacheKeyAdditionalValues { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::Object ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<object>? CacheKeyAdditionalValues { get; set; }
member this.CacheKeyAdditionalValues : System.Collections.Generic.IReadOnlyList<obj> with get, set
Public Property CacheKeyAdditionalValues As IReadOnlyList(Of Object)

Valor da propriedade

Comentários

Todos os valores definidos nesta lista aumentarão os outros valores usados para informar a chave de cache.

Aplica-se a