It is usually not possible to clear the Drupal cache via the site administration or via the command:
drush cache-rebuild
In this case the only way available is to clear the cache via the database with the command
TRUNCATE
The question now is which tables should be flushed and which ones are cached?