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