mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-26 16:12:23 +02:00
Core: Default to completely clearing the cache when requested
This commit is contained in:
@@ -223,7 +223,7 @@ def list_plugins() -> Dict[str, Type[interfaces.plugins.PluginInterface]]:
|
||||
return plugin_list
|
||||
|
||||
|
||||
def clear_cache(complete=False):
|
||||
def clear_cache(complete=True):
|
||||
try:
|
||||
if complete:
|
||||
glob_pattern = "*.cache"
|
||||
|
||||
Reference in New Issue
Block a user