comparison OrthancFramework/Sources/Cache/MemoryCache.h @ 4063:e00f3d089991 framework

shared library of orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 16:40:34 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4062:0953b3dc3261 4063:e00f3d089991
44 namespace Deprecated 44 namespace Deprecated
45 { 45 {
46 /** 46 /**
47 * WARNING: This class is NOT thread-safe. 47 * WARNING: This class is NOT thread-safe.
48 **/ 48 **/
49 class MemoryCache 49 class ORTHANC_PUBLIC MemoryCache : public boost::noncopyable
50 { 50 {
51 private: 51 private:
52 struct Page 52 struct Page
53 { 53 {
54 std::string id_; 54 std::string id_;