Prado\Caching\TDbCache::setConnectionID PHP Method

setConnectionID() public method

The datasource module will be used to establish the DB connection for this cache module. The database connection can also be specified via {@link setConnectionString ConnectionString}. When both ConnectionID and ConnectionString are specified, the former takes precedence.
Since: 3.1.1
public setConnectionID ( $value )
    public function setConnectionID($value)
    {
        $this->_connID = $value;
    }