Arrilot\Widgets\Factories\WidgetFactory::getCacheTime PHP 메소드

getCacheTime() 보호된 메소드

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