diff OrthancServer/Sources/ServerContext.h @ 5048:22966345eaba

skip StorageCache when verifying md5 or when re-compressing attachments
author Alain Mazy <am@osimis.io>
date Wed, 29 Jun 2022 13:15:20 +0200
parents 8fba26292a9f
children d4e5ca0c9307
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Wed Jun 29 09:43:35 2022 +0200
+++ b/OrthancServer/Sources/ServerContext.h	Wed Jun 29 13:15:20 2022 +0200
@@ -370,7 +370,8 @@
                         int64_t& revision,
                         const std::string& instancePublicId,
                         FileContentType content,
-                        bool uncompressIfNeeded);
+                        bool uncompressIfNeeded,
+                        bool skipCache = false);
 
     void SetStoreMD5ForAttachments(bool storeMD5);