SourceType::getCacheAttribute PHP Method

getCacheAttribute() public method

public getCacheAttribute ( )
    public function getCacheAttribute()
    {
        if (!empty($this->definition)) {
            return is_null($this->definition->cache_minutes) ? 1 : $this->definition->cache_minutes;
        }
        return 1;
    }