diff OrthancFramework/Sources/Cache/MemoryObjectCache.h @ 4457:789676a8c96a

Refactoring and improvements to the cache of DICOM files in ServerContext
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 Jan 2021 19:05:04 +0100
parents 3e4f7b7840f0
children 434843934307
line wrap: on
line diff
--- a/OrthancFramework/Sources/Cache/MemoryObjectCache.h	Tue Jan 19 16:11:23 2021 +0100
+++ b/OrthancFramework/Sources/Cache/MemoryObjectCache.h	Tue Jan 19 19:05:04 2021 +0100
@@ -64,6 +64,8 @@
 
     ~MemoryObjectCache();
 
+    size_t GetNumberOfItems();  // For unit tests only
+
     size_t GetCurrentSize();  // For unit tests only
 
     size_t GetMaximumSize();