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