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