Share via


DistributedCachingChatClient.CacheKeyAdditionalValues Property

Definition

Gets or sets additional values used to inform the cache key employed for storing state.

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)

Property Value

Remarks

Any values set in this list will augment the other values used to inform the cache key.

Applies to