Craft\Minimee_SettingsModel::useResourceCache PHP Méthode

useResourceCache() public méthode

public useResourceCache ( ) : Bool
Résultat Bool
    public function useResourceCache()
    {
        $cachePath = $this->getCachePath();
        $cacheUrl = $this->getCacheUrl();
        $cachePathEmpty = empty($cachePath);
        $cacheUrlEmpty = empty($cacheUrl);
        return $cachePathEmpty && $cacheUrlEmpty;
    }