mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Add a way to remove files from cache
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user