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