Kevinrob\GuzzleCache\CacheEntry::staleWhileValidate PHP Method

staleWhileValidate() public method

public staleWhileValidate ( ) : boolean
return boolean
    public function staleWhileValidate()
    {
        return $this->staleWhileRevalidateTo !== null && $this->staleWhileRevalidateTo->getTimestamp() >= (new \DateTime())->getTimestamp();
    }