[doc][refactor](metrics) Reorganize FE and BE metrics and add document (#11307)
This commit is contained in:
@ -32,8 +32,7 @@ void SegmentLoader::create_global_instance(size_t capacity) {
|
||||
}
|
||||
|
||||
SegmentLoader::SegmentLoader(size_t capacity) {
|
||||
_cache = std::unique_ptr<Cache>(
|
||||
new_lru_cache("SegmentLoader:SegmentCache", capacity, LRUCacheType::NUMBER));
|
||||
_cache = std::unique_ptr<Cache>(new_lru_cache("SegmentCache", capacity, LRUCacheType::NUMBER));
|
||||
}
|
||||
|
||||
bool SegmentLoader::_lookup(const SegmentLoader::CacheKey& key, SegmentCacheHandle* handle) {
|
||||
|
||||
Reference in New Issue
Block a user