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.
public int MessageCacheSize { set; }
Sets the size of the global message cache.
Setting this to 0 will disable message caching entirely.
Defaults to 1024.
public int MessageCacheSize { set; }