diff options
Diffstat (limited to '')
| -rw-r--r-- | src/cache.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cache.h b/src/cache.h index dc5ab39..7b55b80 100644 --- a/src/cache.h +++ b/src/cache.h | |||
| @@ -112,6 +112,11 @@ namespace Bu | |||
| 112 | return pData != NULL; | 112 | return pData != NULL; |
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | bool isSet() const | ||
| 116 | { | ||
| 117 | return pCache != NULL; | ||
| 118 | } | ||
| 119 | |||
| 115 | const keytype &getKey() const | 120 | const keytype &getKey() const |
| 116 | { | 121 | { |
| 117 | return kId; | 122 | return kId; |
