Пример #1
0
        public override string GetCachePath()
        {
            var cachePath = ClrDumpCache.GetCachePath(FileInfo.FullName);

            return(cachePath);
        }
Пример #2
0
 public void InitCache(CancellationToken token)
 {
     cache = new ClrDumpCache(this);
     cache.Init(token);
 }
Пример #3
0
 public override string GetCachePath() => ClrDumpCache.GetCachePath(FileInfo.FullName);