1package consts
2
3// AgentPathCacheClear is the path that the agent will use as its cache-clear
4// endpoint.
5const AgentPathCacheClear = "/agent/v1/cache-clear"
6