This is the complete list of members for taraxa::MapByBlockCache< Key, Value >, including all inherited members.
| append(uint64_t block_num, const Key &key, const Value &value) const | taraxa::MapByBlockCache< Key, Value > | inline |
| data_by_block_ | taraxa::MapByBlockCache< Key, Value > | mutableprotected |
| DataMap typedef | taraxa::MapByBlockCache< Key, Value > | |
| get(uint64_t blk_num, const Key &key) const | taraxa::MapByBlockCache< Key, Value > | inline |
| getter_fn_ | taraxa::MapByBlockCache< Key, Value > | protected |
| GetterFn typedef | taraxa::MapByBlockCache< Key, Value > | |
| kBlocksToKeep | taraxa::MapByBlockCache< Key, Value > | protected |
| lastBlockNum() const | taraxa::MapByBlockCache< Key, Value > | inline |
| MapByBlockCache(const MapByBlockCache &)=delete | taraxa::MapByBlockCache< Key, Value > | |
| MapByBlockCache(MapByBlockCache &&)=delete | taraxa::MapByBlockCache< Key, Value > | |
| MapByBlockCache(uint64_t blocks_to_save, GetterFn &&getter_fn) | taraxa::MapByBlockCache< Key, Value > | inline |
| mutex_ | taraxa::MapByBlockCache< Key, Value > | mutableprotected |
| operator=(const MapByBlockCache &)=delete | taraxa::MapByBlockCache< Key, Value > | |
| operator=(MapByBlockCache &&)=delete | taraxa::MapByBlockCache< Key, Value > | |
| ValueMap typedef | taraxa::MapByBlockCache< Key, Value > | |