Enum CacheMode
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies the cache mode that should be used.
public enum CacheMode
Fields
AllowDownload = 0
Allows the object to be downloaded if it does not exist in the current cache.
CacheOnly = 1
Only allows the object to be pulled from the existing cache.