Table of Contents

Property MessageCacheSize

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

MessageCacheSize

Sets the size of the global message cache.

Setting this to 0 will disable message caching entirely. Defaults to 1024.

This is only applied if the default message cache implementation is used.

public int MessageCacheSize { set; }

Property Value

int