Arrilot\Widgets\Factories\WidgetFactory::getCacheTime PHP Method

getCacheTime() protected method

Get widget cache time or false if it's not meant to be cached.
protected getCacheTime ( ) : boolean | float | integer
return boolean | float | integer
    protected function getCacheTime()
    {
        return isset($this->widget) && $this->widget->cacheTime ? $this->widget->cacheTime : false;
    }