5 references to Get
Microsoft.AspNetCore.HeaderParsing (1)
HeaderKey.cs (1)
70
internal object? GetCachedValue(StringValues values) => _valueCache!.
Get
(values);
Microsoft.AspNetCore.OutputCaching (1)
Memory\MemoryOutputCacheStore.cs (1)
68
var entry = _cache.
Get
(key) as byte[];
Microsoft.AspNetCore.OutputCaching.Tests (2)
MemoryOutputCacheStoreTests.cs (2)
170
_ = cache.
Get
("a");
214
_ = cache.
Get
("a");
Microsoft.AspNetCore.ResponseCaching (1)
MemoryResponseCache.cs (1)
19
var entry = _cache.
Get
(key);