Home
last modified time | relevance | path

Searched defs:CacheRecord (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.cc82 struct CacheRecord { struct
83 CacheRecord() {} in CacheRecord() argument
84 CacheRecord(const Slice& key, const Slice& val) in CacheRecord() function
96 static uint32_t CalcSize(const Slice& key, const Slice& val) { in CalcSize()
101 static const uint32_t MAGIC = 0xfefa;
106 CacheRecordHeader hdr_;
107 Slice key_;
108 Slice val_;