comparison Resources/Orthanc/Core/Cache/MemoryCache.h @ 204:9d269d7cfeb8

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Mar 2018 11:28:27 +0200
parents 03afbee0cc7b
children
comparison
equal deleted inserted replaced
203:431e991af593 204:9d269d7cfeb8
62 size_t cacheSize); 62 size_t cacheSize);
63 63
64 ~MemoryCache(); 64 ~MemoryCache();
65 65
66 IDynamicObject& Access(const std::string& id); 66 IDynamicObject& Access(const std::string& id);
67
68 void Invalidate(const std::string& id);
67 }; 69 };
68 } 70 }