示例#1
0
 public async Task ClearItemCache()
 {
     await _cacheClient.ClearImageCache(GetItemCachePath()).ConfigureAwait(true);
 }