Searched defs:recency (Results 1 – 2 of 2) sorted by relevance
459 const std::shared_ptr<Blob>& key, const std::shared_ptr<Blob>& value, uint32_t recency): in CacheEntry()498 void BlobCache::CacheEntry::setRecency(uint32_t recency) { in setRecency()
207 final float recency = target.getRecencyScore() / mostRecencyScore; in doCompute() local