LoaderCachingPolicy Enum
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export declare enum LoaderCachingPolicy
Flags
Flag | Alerts | Description |
---|---|---|
NoCaching | Alpha |
The loader should not implement any prefetching or caching policy. |
Prefetch | Alpha |
The loader should implement prefetching policy, i.e. it should prefetch resources from the latest snapshot. |
NoCaching
The loader should not implement any prefetching or caching policy.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
NoCaching = 0
Prefetch
The loader should implement prefetching policy, i.e. it should prefetch resources from the latest snapshot.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
Prefetch = 1