1 write to _cacheService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
CloudCachePersistentStorage.cs (1)
55_cacheService = cacheService;
4 references to _cacheService
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
CloudCachePersistentStorage.cs (4)
60=> (_cacheService as IDisposable)?.Dispose(); 110return await _cacheService.CheckExistsAsync(new CacheItemKey(containerKey.Value, name) { Version = bytes.Object }, cancellationToken).ConfigureAwait(false); 145var result = await _cacheService.TryGetItemAsync(key, pipe.Writer, cancellationToken).ConfigureAwait(false); 189await _cacheService.SetItemAsync(key, PipeReader.Create(stream), shareable: false, cancellationToken).ConfigureAwait(false);