diff options
Diffstat (limited to 'qtools/qgcache.h')
-rw-r--r-- | qtools/qgcache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtools/qgcache.h b/qtools/qgcache.h index 5c3e126..2f35c41 100644 --- a/qtools/qgcache.h +++ b/qtools/qgcache.h @@ -83,6 +83,8 @@ protected: QCollection::Item find_other( const char *key, bool ref=TRUE ) const; void statistics() const; + int hits() const; + int misses() const; private: bool makeRoomFor( int cost, int priority = -1 ); |