1 implementation of CreateBaseKey
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingKeyProvider.cs (1)
37
public string
CreateBaseKey
(ResponseCachingContext context)
2 references to CreateBaseKey
Microsoft.AspNetCore.ResponseCaching (2)
ResponseCachingMiddleware.cs (2)
206
context.BaseKey = _keyProvider.
CreateBaseKey
(context);
266
context.BaseKey = _keyProvider.
CreateBaseKey
(context);