cacheMiss constant

int const cacheMiss

Error code indicating the result was not found in the cache.

Implementation

static const int cacheMiss = 120;