disableAutocompleteCache

@ConfigurationValue(path = "botcommands.application.disableAutocompleteCache", defaultValue = "false")
abstract val disableAutocompleteCache: Boolean(source)

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.application.disableAutocompleteCache