Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WebEngine
- Classes
- Cookie Class
- CookieCollection Class
- CookieManager Class
- Cursor Class
- Engine Class
- EngineEventArgs Class
- EngineOptions Class
- EngineOptions Class
- EngineOptions Members
- EngineOptions Constructor
- Properties
- Properties
- BypassUserGestureCheck Property
- CachePath Property
- CustomUserAgent Property
- Default Property
- DisableBuiltInPlugIns Property
- DisableGPU Property
- DisableSpellChecker Property
- EOAPIVarName Property
- ExtraCommandLineArgs Property
- GoogleAPIKey Property
- GoogleClientID Property
- GoogleClientSecret Property
- PreinstalledPluginsDir Property
- Proxy Property
- RemoteDebugAnyAddress Property
- RemoteDebugPort Property
- SpellCheckLanguages Property
- UILanguage Property
- Methods
- WebViewOptions Class
- Enumerations
- Delegates
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
CachePath Property |
Gets or sets the cache path.
Syntax
Remarks
This path is also used to store cookies.
If this property is terminated with "/" or "\", then this property is treated as a folder. In that case a child folder will be automatically created in this folder to store cache data. This is useful if you use multiple Engine objects and do not wish to explicitly specify a different CachePath for each Engine object.
See Also