Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ name
Method
name
plugins/prefetch/fetch_policy_lru.cc:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
#include
"common.h"
26
27
inline const char *
28
FetchPolicyLru::name()
29
{
30
return
"lru"
;
31
}
32
33
bool
34
FetchPolicyLru::init(const char *parameters)
Callers
1
classify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected