コード例 #1
0
 private GeoJson TryCacheLookup(long boundaryLevelId, string code)
 {
     return(_cache.GetOrDefault($"{boundaryLevelId}_{code}"));
 }