DistributedCachingEmbeddingGenerator<TInput,TEmbedding>.CacheKeyAdditionalValues Egenskap

Definition

Hämtar eller anger ytterligare värden som används för att informera den cachenyckel som används för lagringstillstånd.

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)

Egenskapsvärde

Kommentarer

Alla värden som anges i den här listan utökar de andra värden som används för att informera cachenyckeln.

Gäller för