Skip to content

Commit 7d511ce

Browse files
committed
Rename cache lock key
1 parent ad7ecec commit 7d511ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Cache/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public function flexible($key, $ttl, $callback, $lock = null)
504504

505505
$refresh = function () use ($key, $ttl, $callback, $lock, $created) {
506506
$this->store->lock(
507-
"illuminate:cache:refresh:lock:{$key}",
507+
"illuminate:cache:flexible:lock:{$key}",
508508
$lock['seconds'] ?? 0,
509509
$lock['owner'] ?? null,
510510
)->get(function () use ($key, $callback, $created, $ttl) {

0 commit comments

Comments
 (0)