Searched refs:GetFromRowCache (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/db/ |
| D | table_cache.cc | 317 bool TableCache::GetFromRowCache(const Slice& user_key, IterKey& row_cache_key, in GetFromRowCache() function in ROCKSDB_NAMESPACE::TableCache 372 done = GetFromRowCache(user_key, row_cache_key, row_cache_key.Size(), in Get() 469 if (GetFromRowCache(user_key, row_cache_key, row_cache_key_prefix_size, in MultiGet()
|
| D | table_cache.h | 215 bool GetFromRowCache(const Slice& user_key, IterKey& row_cache_key,
|