comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 3557:4d809b2e1141

better cache toolbox: MemoryObjectCache
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2019 15:18:38 +0100
parents 8fe89c2ea593
children 090022f1b5e1
comparison
equal deleted inserted replaced
3556:87940f7156e0 3557:4d809b2e1141
121 ## List of source files 121 ## List of source files
122 ##################################################################### 122 #####################################################################
123 123
124 set(ORTHANC_CORE_SOURCES_INTERNAL 124 set(ORTHANC_CORE_SOURCES_INTERNAL
125 ${ORTHANC_ROOT}/Core/Cache/MemoryCache.cpp 125 ${ORTHANC_ROOT}/Core/Cache/MemoryCache.cpp
126 ${ORTHANC_ROOT}/Core/Cache/MemoryObjectCache.cpp
127 ${ORTHANC_ROOT}/Core/Cache/MemoryStringCache.cpp
126 ${ORTHANC_ROOT}/Core/ChunkedBuffer.cpp 128 ${ORTHANC_ROOT}/Core/ChunkedBuffer.cpp
127 ${ORTHANC_ROOT}/Core/DicomFormat/DicomTag.cpp 129 ${ORTHANC_ROOT}/Core/DicomFormat/DicomTag.cpp
128 ${ORTHANC_ROOT}/Core/EnumerationDictionary.h 130 ${ORTHANC_ROOT}/Core/EnumerationDictionary.h
129 ${ORTHANC_ROOT}/Core/Enumerations.cpp 131 ${ORTHANC_ROOT}/Core/Enumerations.cpp
130 ${ORTHANC_ROOT}/Core/FileStorage/MemoryStorageArea.cpp 132 ${ORTHANC_ROOT}/Core/FileStorage/MemoryStorageArea.cpp