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 f966640 commit 500d38fCopy full SHA for 500d38f
src/Deduplication/CacheManager.php
@@ -39,16 +39,6 @@ public function add(string $signature): void
39
);
40
}
41
42
- /**
43
- * Clear all entries for the current prefix.
44
- * Note: This is a best-effort operation and might not work with all cache stores.
45
- */
46
- public function clear(): void
47
- {
48
- // All Laravel cache stores implement the flush method
49
- $this->cache->getStore()->flush();
50
- }
51
-
52
private function composeKey(string $signature): string
53
{
54
return implode(self::KEY_SEPARATOR, [
0 commit comments