AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.9.0" />

.NET API 1,206,784 bytes

 IApplicationCache

public interface IApplicationCache : IEventTarget
Provides a way to cache web resources to improve performance, reduce server loads, and enable access to content when there is no network connectivity.

Gets the status of the application cache.

Event triggered after the cache has been updated.

Event triggered when the cache is being checked.

Event triggered when the download started.

Event triggered after an error occurred.

Event triggered after no update is available.

Event triggered after the cache has been marked obsolete.

Event triggered after progress.

Event triggered after an update is ready to be applied.

void Abort()

Aborts the current action (download / update) of the cache.

void Swap()

Swaps the application's cache.

void Update()

Performs an update of the application cache.