初始化
This commit is contained in:
20
NewCRICS/Jobs/CacheSave.cs
Normal file
20
NewCRICS/Jobs/CacheSave.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using FASTER.core;
|
||||
using Quartz;
|
||||
|
||||
namespace NewCRICS.Jobs
|
||||
{
|
||||
public class CacheSave : IJob
|
||||
{
|
||||
public async Task Execute(IJobExecutionContext context)
|
||||
{
|
||||
try
|
||||
{
|
||||
//await Common.Cache.Cache.store.TakeFullCheckpointAsync(CheckpointType.FoldOver);
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user