4 implementations of TryGet
Microsoft.Extensions.Caching.Hybrid.Tests (2)
BufferReleaseTests.cs (1)
91bool IBufferDistributedCache.TryGet(string key, IBufferWriter<byte> destination)
L2Tests.cs (1)
178bool IBufferDistributedCache.TryGet(string key, IBufferWriter<byte> destination)
Microsoft.Extensions.Caching.SqlServer (1)
SqlServerCache.cs (1)
86bool IBufferDistributedCache.TryGet(string key, IBufferWriter<byte> destination)
Microsoft.Extensions.Caching.StackExchangeRedis (1)
RedisCache.cs (1)
694bool IBufferDistributedCache.TryGet(string key, IBufferWriter<byte> destination)