diff OrthancFramework/Sources/Cache/MemoryObjectCache.h @ 4792:434843934307 storage-cache

Added a StorageCache in the StorageAccessor
author Alain Mazy <am@osimis.io>
date Thu, 30 Sep 2021 12:14:19 +0200
parents 789676a8c96a
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/Cache/MemoryObjectCache.h	Tue Sep 14 14:51:12 2021 +0200
+++ b/OrthancFramework/Sources/Cache/MemoryObjectCache.h	Thu Sep 30 12:14:19 2021 +0200
@@ -37,6 +37,9 @@
 
 namespace Orthanc
 {
+  /**
+   *  Note: this class is thread safe
+   **/
   class ORTHANC_PUBLIC MemoryObjectCache : public boost::noncopyable
   {
   private: