1 write to _cacheKeyAdditionalValues
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
68set => _cacheKeyAdditionalValues = value?.ToArray();
2 references to _cacheKeyAdditionalValues
Microsoft.Extensions.AI (2)
ChatCompletion\DistributedCachingChatClient.cs (2)
67get => _cacheKeyAdditionalValues; 139object[] clientValues = _cacheKeyAdditionalValues ?? Array.Empty<object>();