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