DboSource::flushMethodCache PHP Method

flushMethodCache() public method

These caches are used by DboSource::name() and DboSource::conditions()
public flushMethodCache ( ) : void
return void
    public function flushMethodCache()
    {
        $this->_methodCacheChange = true;
        self::$methodCache = array();
    }
DboSource