4 references to DataKey
Microsoft.Extensions.Caching.StackExchangeRedis (4)
RedisCache.cs (4)
34private static readonly RedisValue[] _hashMembersAbsoluteExpirationSlidingExpirationData = [AbsoluteExpirationKey, SlidingExpirationKey, DataKey]; 251new HashEntry(DataKey, value) 708data = cache.HashGetLease(prefixed, DataKey); 757data = await cache.HashGetLeaseAsync(prefixed, DataKey).ConfigureAwait(false);