Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ getSize
Method
getSize
plugins/prefetch/fetch_policy_lru.cc:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
inline size_t
84
FetchPolicyLru::getSize()
85
{
86
return _size;
87
}
88
89
bool
90
FetchPolicyLru::acquire(const std::string &url)
Callers
2
acquire
Method · 0.45
release
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected