4 references to GetValueKey
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (4)
RedisOutputCacheStore.cs (4)
177await cache.KeyDeleteAsync(GetValueKey((string)entry.Element!), DeleteFlags).ConfigureAwait(false); 197return (byte[]?)(await cache.StringGetAsync(GetValueKey(key)).ConfigureAwait(false)); 217result = await cache.StringGetLeaseAsync(GetValueKey(key)).ConfigureAwait(false); 262await cache.StringSetAsync(GetValueKey(key), singleChunk, validFor).ConfigureAwait(false);