summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index f2362db..cd15a31 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -55,6 +55,10 @@ public:
* NULL is returned.
*/
cmListFile* GetFileCache(const char* path);
+
+ //! Flush cache file out of cache.
+ void FlushCache(const char* path);
+
private:
// Cache the file
bool CacheFile(const char* path);