Add new Electronize CLI command #341

Closed
opened 2026-01-29 16:36:57 +00:00 by claunia · 1 comment
Owner

Originally created by @ZedZipDev on GitHub (Jun 5, 2019).

Originally assigned to: @GregorBiswanger on GitHub.

Add Electronize CLI command 'clear cache' or something like this to have a possibility to clean cache manually as it can be done in code :
await browserWindow.WebContents.Session.ClearCacheAsync();

Originally created by @ZedZipDev on GitHub (Jun 5, 2019). Originally assigned to: @GregorBiswanger on GitHub. Add Electronize CLI command 'clear cache' or something like this to have a possibility to clean cache manually as it can be done in code : `await browserWindow.WebContents.Session.ClearCacheAsync();`
claunia added the Feature label 2026-01-29 16:36:57 +00:00
Author
Owner

@GregorBiswanger commented on GitHub (Apr 21, 2020):

I implemented a new CLI command:
electronize start /clear-cache

Every new window will created with an clear cache.

This new feature is aviable with the new Electron.NET Version 8.31.1

@GregorBiswanger commented on GitHub (Apr 21, 2020): I implemented a new CLI command: `electronize start /clear-cache` Every new window will created with an clear cache. This new feature is aviable with the new Electron.NET Version 8.31.1
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#341