Uses of Record Class
com.iohao.net.external.core.hook.cache.CmdCacheOption
Packages that use CmdCacheOption
-
Uses of CmdCacheOption in com.iohao.net.external.core.hook.cache
Methods in com.iohao.net.external.core.hook.cache that return CmdCacheOptionModifier and TypeMethodDescriptionCmdCacheOption.Builder.build()ExternalCmdCacheSetting.getCmdCacheOption()Gets the default configuration for the external server cache.Methods in com.iohao.net.external.core.hook.cache with parameters of type CmdCacheOptionModifier and TypeMethodDescriptionvoidExternalCmdCacheSetting.addCmd(int cmd, int subCmd, CmdCacheOption cmdCacheOption) Adds a route cache with a specified configuration.voidExternalCmdCacheSetting.addCmd(int cmd, CmdCacheOption cmdCacheOption) Adds a route range cache with a specified configuration.voidExternalCmdCacheSetting.setCmdCacheOption(CmdCacheOption option) Sets the default configuration for the external server cache.