diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeCache.h')
-rw-r--r-- | cpp/src/IceGrid/NodeCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/NodeCache.h b/cpp/src/IceGrid/NodeCache.h index d9ce180440b..72cfab6ef31 100644 --- a/cpp/src/IceGrid/NodeCache.h +++ b/cpp/src/IceGrid/NodeCache.h @@ -68,6 +68,8 @@ public: NodeCache(int); + void destroy(); + NodeEntryPtr get(const std::string&, bool = false) const; int getSessionTimeout() { return _sessionTimeout; } |