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