Prado\Data\ActiveRecord\TActiveRecordConfig::getEnableCache PHP Method

getEnableCache() public method

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