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