Property MessageCacheSize
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
MessageCacheSize
Sets the size of the global message cache.
Setting this to 0 will disable message caching entirely.
Defaults to 1024.
[Deprecated("Use Cache.MessageCacheSize instead. This property will be removed in a future version.")]
public int MessageCacheSize { set; }