path

@ConfigurationValue(path = "botcommands.application.cache.file.path")
abstract val path: Path(source)

Path at which the application commands cache would be saved to.

Each application has a folder inside it, meaning you can safely share this folder with other applications.

Default: %AppData%/BotCommands on Windows, /var/tmp/BotCommands on Unix

Spring property: botcommands.application.cache.file.path