1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-25 14:00:27 +08:00

Merge pull request from ehds:update-table-cache

PiperOrigin-RevId: 420517390
This commit is contained in:
Victor Costan 2022-01-09 03:15:10 +00:00
commit 8796c44772

View File

@ -22,6 +22,10 @@ class Env;
class TableCache {
public:
TableCache(const std::string& dbname, const Options& options, int entries);
TableCache(const TableCache&) = delete;
TableCache& operator=(const TableCache&) = delete;
~TableCache();
// Return an iterator for the specified file number (the corresponding