Prado\Data\ActiveRecord\TActiveRecordConfig::getEnableCache PHP 메소드

getEnableCache() 공개 메소드

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