Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ NewCache
Function
NewCache
be/src/util/cache/cache.cc:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
Cache* NewCache(Cache::EvictionPolicy policy, size_t capacity, const std::string& id) {
99
return new ShardedCache(policy, capacity, id);
100
}
101
102
} // namespace impala
Callers
8
FileCache
Method · 0.85
SetUp
Method · 0.85
Init
Method · 0.85
Partition
Method · 0.85
Load
Method · 0.85
Init
Method · 0.85
SetUp
Method · 0.85
SetupWithParameters
Method · 0.85
Calls
no outgoing calls
Tested by
1
SetupWithParameters
Method · 0.68