sec_interp.gui.main_dialog_cache_handler module

class sec_interp.gui.main_dialog_cache_handler.CacheHandler(dialog: sec_interp.gui.main_dialog.SecInterpDialog)[source]

Bases: object

Handles cache operations for the dialog.

__init__(dialog: sec_interp.gui.main_dialog.SecInterpDialog)[source]

Initialize cache handler.

Parameters:

dialog – The sec_interp.gui.main_dialog.SecInterpDialog instance

clear_cache() None[source]

Clear cached data and notify user.