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