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