Prado\Data\SqlMap\TSqlMapConfig::setEnableCache PHP 메소드

setEnableCache() 공개 메소드

Set true to cache sqlmap instances.
public setEnableCache ( $value )
    public function setEnableCache($value)
    {
        $this->_enableCache = TPropertyValue::ensureBoolean($value);
    }