enablePageCache property
getter/setter pair
Sets whether the page cache is enabled. The page cache allows for faster back/forward navigation by keeping pages in memory.
The default value is true.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WebKitSettings.enable-page-cache)
Implementation
bool? enablePageCache;