4 implementations of Set
Microsoft.Extensions.Caching.Hybrid.Tests (2)
BufferReleaseTests.cs (1)
85
void IBufferDistributedCache.
Set
(string key, ReadOnlySequence<byte> value, DistributedCacheEntryOptions options)
L2Tests.cs (1)
164
void IBufferDistributedCache.
Set
(string key, ReadOnlySequence<byte> value, DistributedCacheEntryOptions options)
Microsoft.Extensions.Caching.SqlServer (1)
SqlServerCache.cs (1)
182
void IBufferDistributedCache.
Set
(string key, ReadOnlySequence<byte> value, DistributedCacheEntryOptions options)
Microsoft.Extensions.Caching.StackExchangeRedis (1)
RedisCache.cs (1)
156
void IBufferDistributedCache.
Set
(string key, ReadOnlySequence<byte> value, DistributedCacheEntryOptions options)
1 reference to Set
Microsoft.Extensions.Caching.Hybrid.Tests (1)
DistributedCacheTests.cs (1)
186
cache.
Set
(key, payload, _fiveMinutes);