Searched refs:doc_from_ram_cache (Results 1 – 3 of 3) sorted by relevance
2237 if (!f.doc_from_ram_cache) { in handleReadDone()2258 …cache_config_ram_cache_compress && !f.doc_from_ram_cache && doc->doc_type == CACHE_FRAG_TYPE_HTTP … in handleReadDone()2276 if (cutoff_check && !f.doc_from_ram_cache) { in handleReadDone()2306 f.doc_from_ram_cache = false; in handleRead()2350 f.doc_from_ram_cache = true; in handleRead()2359 f.doc_from_ram_cache = true; in handleRead()
508 unsigned int doc_from_ram_cache : 1; member
170 if (!this->f.doc_from_ram_cache && // ram cache is always already fixed up. in load_http_info()