Skip to content

Commit

Permalink
More deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Dec 31, 2021
1 parent 306b362 commit d92ba05
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 387 deletions.
114 changes: 0 additions & 114 deletions src/Cache/CacheInterface.php

This file was deleted.

64 changes: 0 additions & 64 deletions src/Cache/CommandCache.php

This file was deleted.

175 changes: 0 additions & 175 deletions src/Cache/FileCache.php

This file was deleted.

32 changes: 0 additions & 32 deletions src/Cache/JSONCache.php

This file was deleted.

3 changes: 1 addition & 2 deletions src/Commands/core/CacheCommands.php
Expand Up @@ -300,8 +300,7 @@ public function getTypes($include_bootstrapped_types = false): array
public static function clearDrush(): void
{
try {
drush_cache_clear_all(null, 'default');// No longer used by Drush core, but still cleared for backward compat.
drush_cache_clear_all(null, 'factory'); // command info from annotated-command library (i.e. parsed annotations)
// No longer anything to do here. Left because some commandfiles may try to call this.
} catch (IOException $e) {
// Sometimes another process writes files into a bin dir and \Drush\Cache\FileCache::clear fails.
// That is not considered an error. https://github.com/drush-ops/drush/pull/4535.
Expand Down

0 comments on commit d92ba05

Please sign in to comment.