cacheHit constant

int const cacheHit

Status code used when a response is served from the local cache.

Implementation

static const int cacheHit = 210;