diff NEWS @ 5420:d37dff2c0028 am-new-cache

Optimized the MemoryStringCache to prevent loading the same file multiple times if multiple users request the same file at the same time
author Alain Mazy <am@osimis.io>
date Mon, 13 Nov 2023 17:01:59 +0100
parents ca9cf4d46883
children c65e036d649b
line wrap: on
line diff
--- a/NEWS	Thu Nov 09 08:51:01 2023 +0100
+++ b/NEWS	Mon Nov 13 17:01:59 2023 +0100
@@ -8,6 +8,8 @@
   - Allow multiple plugins to use the plugin SDK at the same time.  In previous versions,
     functions like instance transcoding or instance reading where mutually exclusive.
     This can bring some significant improvements particularly in viewers.
+  - Optimized the StorageCache to prevent loading the same file multiple times if
+    multiple users request the same file at the same time.
 * Housekeeper plugin:
   - Update to rebuild the cache of the DicomWeb plugin when updating to DicomWeb 1.15.
   - New trigger configuration: "DicomWebCacheChange"