All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.freya022.botcommands.internal.commands.application.cache.ApplicationCommandsCache.kt Maven / Gradle / Ivy

package io.github.freya022.botcommands.internal.commands.application.cache

internal interface ApplicationCommandsCache {
    suspend fun tryRead(): ApplicationCommandsData

    suspend fun write(commandBytes: ByteArray, metadataBytes: ByteArray)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy