1 instantiation of ODataServiceDocumentCacheInfo
NuGet.Protocol (1)
LegacyFeed\ODataServiceDocumentResourceV2Provider.cs (1)
61
var cacheEntry = new
ODataServiceDocumentCacheInfo
4 references to ODataServiceDocumentCacheInfo
NuGet.Protocol (4)
LegacyFeed\ODataServiceDocumentResourceV2Provider.cs (4)
16
private readonly ConcurrentDictionary<string,
ODataServiceDocumentCacheInfo
> _cache;
30
_cache = new ConcurrentDictionary<string,
ODataServiceDocumentCacheInfo
>(StringComparer.OrdinalIgnoreCase);
36
ODataServiceDocumentCacheInfo
? cacheInfo = null;
61
var
cacheEntry = new ODataServiceDocumentCacheInfo