Confirms if the cache item lookup resulted in a cache hit.
Note: This method MUST NOT have a race condition between calling isHit() and calling get().
bool True if the request resulted in a cache hit. False otherwise.
public function isHit() : bool;