示例#1
0
 public Task <object> GetCache <TResult>(string key)
 {
     return(Task.FromResult <object>(EveCache.GetCache <T>(key)));
 }