Searched defs:TableCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.h21 class TableCache { class in namespace:leveldb
23 TableCache(const std::string& dbname, const Options* options, int entries);
24 ~TableCache();
H A Dtable_cache.cc32 TableCache::TableCache(const std::string& dbname, function in class:leveldb::TableCache
41 TableCache::~TableCache() {
45 Status TableCache::FindTable(uint64_t file_number, uint64_t file_size,
76 Iterator* TableCache::NewIterator(const ReadOptions& options,
99 Status TableCache::Get(const ReadOptions& options,
115 void TableCache::Evict(uint64_t file_number) {

Completed in 98 milliseconds