5 references to Get
Microsoft.AspNetCore.HeaderParsing (1)
HeaderKey.cs (1)
70internal object? GetCachedValue(StringValues values) => _valueCache!.Get(values);
Microsoft.AspNetCore.OutputCaching (1)
Memory\MemoryOutputCacheStore.cs (1)
68var 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)
19var entry = _cache.Get(key);