@@ -135,6 +135,10 @@ |
||
| 135 | 135 | return parent::moveFromCache($sourceCache, $sourcePath, $targetPath); |
| 136 | 136 | } |
| 137 | 137 | |
| 138 | + /** |
|
| 139 | + * @param ICacheEntry $entry |
|
| 140 | + * @param string $path |
|
| 141 | + */ |
|
| 138 | 142 | protected function formatCacheEntry($entry, $path = null) { |
| 139 | 143 | if (is_null($path)) { |
| 140 | 144 | $path = isset($entry['path']) ? $entry['path'] : ''; |