salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.19k stars 363 forks source link

change cache folder path runtime #505

Closed kayaliabd closed 3 months ago

kayaliabd commented 3 months ago

I am using the lib for multiuser profile app and I would like to update the cache folder path at running time.

salvadordf commented 3 months ago

Hi,

CEF allows you to set the cache folder before the GlobalCEFApp.StartMainProcess call or before creating the request context

See the MDIBrowser demo for more information. Please, use our forum for more questions.