3 references to GetTagKey
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (3)
RedisOutputCacheStore.cs (3)
149
await cache.SortedSetRemoveRangeByScoreAsync(
GetTagKey
((string)entry.Element!), start: 0, stop: keepValuesGreaterThan, flags: GarbageCollectionFlags).ConfigureAwait(false);
174
var tagKey =
GetTagKey
(tag);
299
await cache.SortedSetAddAsync(
GetTagKey
(tag), key, expiryTimestamp, SortedSetWhen.Always, TagCommandFlags).ConfigureAwait(false);