pub const CACHE_HIT_THRESHOLD: u32 = 10;
Number of hits on a placeholder entry before the server issues a CacheRequestToken. Essentially: have we had this many requests in the last CACHE_LOCATION_TTI? If so, start caching.
CACHE_LOCATION_TTI