We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9698d9e commit 0ecc08eCopy full SHA for 0ecc08e
app/code/Magento/RemoteStorage/Driver/Adapter/Cache/CacheInterface.php
@@ -44,7 +44,7 @@ public function getMetadata(string $path): ?array;
44
public function flushCache(): void;
45
46
/**
47
- * Save data to storage.
+ * Purges data enqueued for deletion.
48
*/
49
public function purgeQueue(): void;
50
@@ -88,7 +88,7 @@ public function deleteDir(string $dirname): void;
88
public function updateMetadata(string $path, array $objectMetadata, bool $persist = false): void;
89
90
91
- * Reset data in cache for object.
+ * Store flag that path does not exist in the filesystem.
92
*
93
* @param string $path
94
0 commit comments