Ejemplo n.º 1
0
 public static string GetLocalCacheKey(QueryBANRequest request) =>
 $"ban_{HashUtils.ToMD5(request.Coordinates?.ToString() ?? request.Address)}.json";
Ejemplo n.º 2
0
 private static string GetLocalCacheKey(ScrapSellerRequest request) =>
 $"seller_{HashUtils.ToMD5(request.SellerID)}.html";
Ejemplo n.º 3
0
 private static string GetLocalCacheKey(ScrapProductRequest request) =>
 $"product_{HashUtils.ToMD5(request.Page.AbsoluteUri)}.html";