7 references to Set
aspire (6)
Mcp\Docs\DocsCache.cs (6)
50
_memoryCache.
Set
(cacheKey, diskContent);
66
_memoryCache.
Set
(cacheKey, content);
92
_memoryCache.
Set
(cacheKey, diskETag);
115
_memoryCache.
Set
(cacheKey, etag);
137
_memoryCache.
Set
(IndexCacheKey, diskDocuments);
151
_memoryCache.
Set
(IndexCacheKey, documents);
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
NegotiateHandlerTests.cs (1)
218
claimsCache.
Set
("name", new string[] { "CN=Domain Admins,CN=Users,DC=domain,DC=net" });