예제 #1
0
 public Task <List <KeyValuePair <string, object> > > GetAllAsync()
 {
     return(Task.FromResult(_syncCacheStore.GetAll()));
 }