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