|
Rank: Advanced Member Groups: Member
Joined: 12/23/2013 Posts: 114
|
Hi,
I've checked the docs and the forum and it seems that "by design" a custom CachePath is deleted as soon as all web views are closed or the engine has been stopped. I'm setting the engine.Options.CachePath to a custom path but want to keep the cache after the engine has been stopped or even after the application has been closed and restarted.
Is this possible somehow?
Thanks, Stefan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
No. This is not correct. The CachePath is not automatically cleared. So you do not need to do anything particular to keep the cache after the Engine has been stopped.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/23/2013 Posts: 114
|
You're right. My mistake. I call Engine.Stop(true) which clears the cache. Sorry for the confusion.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
No problem. Please feel free to let us know if there is anything else.
|
|