forked from blue/lmdbal
methods to check elements without deserialization
This commit is contained in:
parent
08daad48ad
commit
6ff22c9377
4 changed files with 59 additions and 1 deletions
1
cache.h
1
cache.h
|
@ -42,6 +42,7 @@ public:
|
|||
virtual bool forceRecord(const K& key, const V& value) override;
|
||||
virtual void changeRecord(const K& key, const V& value) override;
|
||||
virtual void removeRecord(const K& key) override;
|
||||
virtual bool checkRecord(const K& key) const override;
|
||||
virtual V getRecord(const K& key) const override;
|
||||
virtual uint32_t count() const override;
|
||||
virtual int drop(MDB_txn * transaction) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue