Add a way to remove files from cache

This commit is contained in:
Andy Cedilnik
2002-09-19 14:34:15 -04:00
parent 7dbff46638
commit 0301b8366b
2 changed files with 14 additions and 0 deletions

View File

@@ -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);