CachedBaseChannelInfo

data class CachedBaseChannelInfo

Class containing the cached information of the channel. This is to be used when determining in which order the cached messages would be cleared when the DB size exceeds LocalCacheConfig.maxSize with LocalCacheConfig.clearOrder set to CachedDataClearOrder.CUSTOM.

Since

4.6.0

See also

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val cachedMessageCount: Int

Number of cached message in DB for this channel.

Link copied to clipboard
val channel: BaseChannel

BaseChannel cached in DB.