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

setEnableCache() public method

Set true to cache the table meta data.
public setEnableCache ( $value )
    public function setEnableCache($value)
    {
        $this->_enableCache = TPropertyValue::ensureBoolean($value);
    }