Enum CacheStatus
- Namespace
- AngleSharp.Browser.Dom
- Assembly
- AngleSharp.dll
An enumeration over all possible cache states.
[DomName("ApplicationCache")]
public enum CacheStatus : byte
- Extension Methods
Fields
[DomName("CHECKING")] Checking = 2
The cache status is being checked.
[DomName("DOWNLOADING")] Downloading = 3
The resource is being downloaded.
[DomName("IDLE")] Idle = 1
The cache status checker is idle.
[DomName("OBSOLETE")] Obsolete = 5
The resource is practically obsolete.
[DomName("UNCACHED")] Uncached = 0
The resource is uncached.
[DomName("UPDATEREADY")] UpdateReady = 4
An update for the resource is available.