Skip to content

Commit

Permalink
Core: Default to completely clearing the cache when requested
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Apr 30, 2024
1 parent 8f0d1b3 commit 35c5837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 35c5837

Please sign in to comment.