forked from blue/lmdbal
methods for addition with overwrite
This commit is contained in:
parent
928558539c
commit
08daad48ad
4 changed files with 60 additions and 0 deletions
1
cache.h
1
cache.h
|
@ -39,6 +39,7 @@ private:
|
|||
|
||||
public:
|
||||
virtual void addRecord(const K& key, const V& value) override;
|
||||
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 V getRecord(const K& key) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue