예제 #1
0
 public async Task <long> GetBlockSegmentsCount()
 {
     return(await cacheRepository.GetCount(LIST_BLOCK_SEGMENTS_KEY).ConfigureAwait(false));
 }