M1\Vars\Cache\CacheProvider::getAttempted PHP Method

getAttempted() public method

Returns if the cache has been attempted
public getAttempted ( ) : boolean
return boolean Has the cache been attempted
    public function getAttempted()
    {
        return $this->attempted;
    }