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.
[Deprecated("Use Cache.PresenceCacheSize instead. This property will be removed in a future version.")]
public int PresenceCacheSize { set; }