1 implementation of CreateStorageKey
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheKeyProvider.cs (1)
38
public string
CreateStorageKey
(OutputCacheContext context)
1 reference to CreateStorageKey
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
382
context.CacheKey = _keyProvider.
CreateStorageKey
(context);