Smile\ElasticsuiteCore\Search\Request\Query\Boolean::isCached PHP Method

isCached() public method

Indicates if the bool query needs to be cached or not.
public isCached ( ) : boolean
return boolean
    public function isCached()
    {
        return $this->cached;
    }