| Class | Description |
|---|---|
| OfflineCache |
The offline cache to initialize / load the client side cache.
Example: |
| OfflineCacheEntry |
The cache entry is used to be add a Page, a ResourceReference, an IRequestHandler or simply a
String to the caching context.
|
| ServiceWorker |
The actual service worker which applies the URLs of the offline cache entries to the client side
cache with the given name.
|
| ServiceWorkerRegistration |
The registration is going to initialize the service worker on client side.
|
| Enum | Description |
|---|---|
| OfflineCacheEntry.Cors |
CORS settings to be applied to the service worker request / against the server or the cache
|
Copyright © 2020. All rights reserved.