Property PresenceCacheSize
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
PresenceCacheSize
Sets the maximum number of cached presence entries.
This affects GetPresences(ulong) and Presences because both read from the centralized presence store.
When the cap is exceeded, the oldest cached presence entries are evicted. Set to 0 to disable the cap. Defaults to 0.
public int PresenceCacheSize { set; }