1 implementation of CreateStorageVaryByKey
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingKeyProvider.cs (1)
75public string CreateStorageVaryByKey(ResponseCachingContext context)
1 reference to CreateStorageVaryByKey
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
293context.StorageVaryKey = _keyProvider.CreateStorageVaryByKey(context);