| 1215 | bool FSnapshot() const { return m_spdbSnapshotHOLDER != nullptr; } |
| 1216 | |
| 1217 | std::unique_ptr<const StorageCache> CloneStorageCache() { return std::unique_ptr<const StorageCache>(m_spstorage->clone()); } |
| 1218 | std::shared_ptr<StorageCache> getStorageCache() { return m_spstorage; } |
| 1219 | void bulkDirectStorageInsert(char **rgKeys, size_t *rgcbKeys, char **rgVals, size_t *rgcbVals, size_t celem); |
| 1220 |