Prado\Data\ActiveRecord\TActiveRecordConfig::getEnableCache PHP Méthode

getEnableCache() public méthode

public getEnableCache ( ) : boolean
Résultat boolean true if table meta data should be cached, false otherwise.
    public function getEnableCache()
    {
        return $this->_enableCache;
    }