Root.CacheMode Property
Select the communication method to be cached.
Specify a combination of the following constants.
| Constant | Description |
|---|---|
| Root.CacheOff = 0 | Do not allow caching |
| Root.CacheNetwork = 1 | Allows caching when communicating with http, https protocol |
| Root.CacheLocalFile = 2 | Allows caching when communicating with the file protocol |
If the “Use local cache” option is not enabled on the setting screen displayed by selecting “View”-> “Settings” from the Biz / Browser menu, caching will not be performed regardless of the value of this property.
The initial value is Root.CacheNetwork.
Added since Ver.5.0.2, AI Ver.1.0.2
Not supported in Mobile