database Cache
fun databaseCache(block: ReceiverConsumer<DatabaseApplicationCommandsCacheConfigBuilder> = ReceiverConsumer.noop())(source)
Configures a cache for application commands, stored in the database supplied by ConnectionSupplier.
This is recommended if you use a container (to avoid having to manage more files), or to avoid write issues.