예제 #1
0
 private async Task <T> AutoAsync <T>(Func <Task <T> > asyncFactory, [CallerMemberName] string callerName = null)
 {
     return(await _cacheAccessor.AutoAsync(asyncFactory, string.Empty, GetType().Name, callerFuncName : callerName));
 }