summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index f983ea5..7ed5f92 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -52,6 +52,8 @@ public:
//! Get a value from the cache given a key
const char* GetCacheValue(const char* key);
+ //! Print the cache to a stream
+ void PrintCache(std::ostream&);
private:
static cmCacheManager* s_Instance;
class CacheEntry