MCPcopy 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
83inline size_t
84FetchPolicyLru::getSize()
85{
86 return _size;
87}
88
89bool
90FetchPolicyLru::acquire(const std::string &url)

Callers 2

acquireMethod · 0.45
releaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected