diff Framework/Toolbox/IWebService.h @ 434:3a8bcc45c221 am-vsol-upgrade

moved the HTTP cache from OrthancApiClient to BaseWebService (not implemented yet in WASM)
author am@osimis.io
date Mon, 03 Dec 2018 18:03:30 +0100
parents aee3d7941c9b
children a750f11892ec
line wrap: on
line diff
--- a/Framework/Toolbox/IWebService.h	Mon Dec 03 14:22:47 2018 +0100
+++ b/Framework/Toolbox/IWebService.h	Mon Dec 03 18:03:30 2018 +0100
@@ -135,6 +135,7 @@
     {
     }
 
+    virtual void EnableCache(bool enable) = 0;
     
     virtual void GetAsync(const std::string& uri,
                           const HttpHeaders& headers,