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