Jump to navigation Skip to content
This is a simple trick which (unless my googlefu simply failed me) I didn't find described anywhere when I had a quick look:
$ drush ev '$file = file_load(21749); var_dump(file_delete($file, TRUE));' bool(true)
Cache invalidation is known as one of the very few hard things in computer science.