Angejia\Pea\Model::disableReadCache PHP Method

disableReadCache() public static method

关闭查询数据库的时候读取缓存的逻辑(更新数据库的时候还会更新缓存)
public static disableReadCache ( )
    public static function disableReadCache()
    {
        self::$disableReadCache = true;
    }