comparison OrthancFramework/Sources/Cache/MemoryStringCache.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
39 { 39 {
40 /** 40 /**
41 * Facade object around "MemoryObjectCache" that caches a dictionary 41 * Facade object around "MemoryObjectCache" that caches a dictionary
42 * of strings, using the "fetch/add" paradigm of memcached. 42 * of strings, using the "fetch/add" paradigm of memcached.
43 **/ 43 **/
44 class MemoryStringCache : public boost::noncopyable 44 class ORTHANC_PUBLIC MemoryStringCache : public boost::noncopyable
45 { 45 {
46 private: 46 private:
47 class StringValue; 47 class StringValue;
48 48
49 MemoryObjectCache cache_; 49 MemoryObjectCache cache_;