1 implementation of SetCacheItem
Microsoft.Extensions.Caching.SqlServer (1)
DatabaseOperations.cs (1)
131public void SetCacheItem(string key, ArraySegment<byte> value, DistributedCacheEntryOptions options)
2 references to SetCacheItem
Microsoft.Extensions.Caching.SqlServer (2)
SqlServerCache.cs (2)
177_dbOperations.SetCacheItem(key, new(value), options); 189_dbOperations.SetCacheItem(key, Linearize(value, out var lease), options);