|
|
|
|
@ -549,7 +549,7 @@ class Cache implements ICache { |
|
|
|
|
$this->removeChildren($entry); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$this->eventDispatcher->dispatch(CacheEntryRemovedEvent::class, new CacheEntryRemovedEvent($this->storage, $entry->getPath(), $entry->getId(), $this->getNumericStorageId())); |
|
|
|
|
$this->eventDispatcher->dispatchTyped(new CacheEntryRemovedEvent($this->storage, $entry->getPath(), $entry->getId(), $this->getNumericStorageId())); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -705,7 +705,6 @@ class Cache implements ICache { |
|
|
|
|
} else { |
|
|
|
|
$this->moveFromCacheFallback($sourceCache, $sourcePath, $targetPath); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|