comparison Core/Cache/MemoryCache.h @ 2507:99116ed6f38c

invalidate DicomCache when deleting instance
author amazy
date Mon, 26 Mar 2018 18:31:40 +0200
parents 878b59270859
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2506:51b91ead6c38 2507:99116ed6f38c
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 }