Angejia\Pea\Model::disableReadCache PHP 메소드

disableReadCache() 공개 정적인 메소드

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