Compare commits
2 Commits
b56d256e10
...
20d557e795
Author | SHA1 | Date |
---|---|---|
|
20d557e795 | |
|
593ab42882 |
|
@ -2738,6 +2738,10 @@ namespace IRaCIS.Application.Services
|
|||
_provider.Set(clearSkipReadingCacheKey, JsonConvert.SerializeObject(cacheIds), TimeSpan.FromHours(24));
|
||||
}
|
||||
|
||||
var c = _provider.Get<string>(clearSkipReadingCacheKey).Value;
|
||||
Console.WriteLine(c);
|
||||
// 加这个测试
|
||||
Thread.Sleep(3000); // 3000毫秒 = 3秒
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue