disable Autocomplete Cache
@ConfigurationValue(path = "botcommands.core.disableAutocompleteCache", defaultValue = "false" )
@DeprecatedValue(reason = "Moved to BApplicationConfig", replacement = "botcommands.application.disableAutocompleteCache" )
Deprecated
Moved to BApplicationConfig
Replace with
applicationConfig.disableAutocompleteCache
Content copied to clipboard
Disables autocomplete caching, unless CacheAutocomplete.forceCache is set to true
.
This could be useful when testing methods that use autocomplete caching while using hotswap.
Default: false
Spring property: botcommands.core.disableAutocompleteCache