https://issues.shibboleth.net/jira/browse/CPPOST-47
[shibboleth/cpp-xmltooling.git] / xmltooling / util / ReloadableXMLFile.h
index 4301896..4f21177 100644 (file)
@@ -151,6 +151,12 @@ namespace xmltooling {
         virtual Lockable* getBackupLock();
 
         /**
+         * Preserves the last remote resource caching identifier in a backup file
+         * for use on the next restart.
+         */
+        void preserveCacheTag();
+
+        /**
          * Starts up reload thread, can be automatically called by constructor, or
          * manually invoked by subclass.
          */