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

com.simbot.component.mirai.CacheMaps.kt Maven / Gradle / Ivy

There is a newer version: 1.11.0-1.17-Final
Show newest version
/*
 *
 *  * Copyright (c) 2020. ForteScarlet All rights reserved.
 *  * Project  component-mirai
 *  * File     CacheMaps.kt
 *  *
 *  * You can contact the author through the following channels:
 *  * github https://github.com/ForteScarlet
 *  * gitee  https://gitee.com/ForteScarlet
 *  * email  [email protected]
 *  * QQ     1149159218
 *  *
 *  * The Mirai code is copyrighted by mamoe-mirai
 *  * you can see mirai at https://github.com/mamoe/mirai
 *  *
 *  *
 *
 */

package com.simbot.component.mirai

import com.simbot.component.mirai.collections.*

/**
 * 记录缓存库的Data类
 */
open class CacheMaps(
        val recallCache: RecallCache,
        val requestCache: RequestCache,
        val imageCache: ImageCache,
        val voiceCache: VoiceCache,
        val contactCache: ContactCache
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy