类的使用
com.iohao.game.external.core.hook.cache.CmdCacheOption
使用CmdCacheOption的程序包
-
com.iohao.game.external.core.hook.cache中CmdCacheOption的使用
修饰符和类型方法说明CmdCacheOption.Builder.build()ExternalCmdCacheSetting.getCmdCacheOption()获取游戏对外服缓存默认配置修饰符和类型方法说明voidExternalCmdCacheSetting.addCmd(int cmd, int subCmd, CmdCacheOption cmdCacheOption) 添加路由缓存,指定配置voidExternalCmdCacheSetting.addCmd(int cmd, CmdCacheOption cmdCacheOption) 添加路由范围缓存,指定配置voidExternalCmdCacheSetting.setCmdCacheOption(CmdCacheOption option) 设置游戏对外服缓存默认配置 -
com.iohao.game.external.core.hook.cache.internal中CmdCacheOption的使用
修饰符和类型方法说明voidDefaultExternalCmdCache.addCmd(int cmd, int subCmd, CmdCacheOption option) 已过时。voidDefaultExternalCmdCache.addCmd(int cmd, CmdCacheOption option) 已过时。voidDefaultExternalCmdCache.setCmdCacheOption(CmdCacheOption option) 已过时。