MCPcopy 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
27inline const char *
28FetchPolicyLru::name()
29{
30 return "lru";
31}
32
33bool
34FetchPolicyLru::init(const char *parameters)

Callers 1

classifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected