Aviat\Banker\Item::isHit
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().
Signature
public function isHit()
Returns
- bool
True if the request resulted in a cache hit. False otherwise.