Exemplo n.º 1
0
 public static string All(this IAttachmentsCacheDependencyKey _) =>
 "cms.attachment|all";
Exemplo n.º 2
0
 public static string OfDocumentId(this IAttachmentsCacheDependencyKey _, int documentId) =>
 $"documentid|{documentId}|attachments";