2 implementations of CreateLookupVaryByKeys
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingKeyProvider.cs (1)
31public IEnumerable<string> CreateLookupVaryByKeys(ResponseCachingContext context)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
348public IEnumerable<string> CreateLookupVaryByKeys(ResponseCachingContext context)
1 reference to CreateLookupVaryByKeys
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
214foreach (var varyKey in _keyProvider.CreateLookupVaryByKeys(context))