Table of Contents

Property MessageCacheProvider

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

MessageCacheProvider

Sets the message cache implementation to use.

To create your own implementation, implement the IMessageCacheProvider instance.

Defaults to built-in implementation.

public IMessageCacheProvider? MessageCacheProvider { set; }

Property Value

IMessageCacheProvider