There was an error while loading. Please reload this page.
1 parent 396ab37 commit 2289b69Copy full SHA for 2289b69
GetForCacheItemPoolTrait.php
@@ -36,6 +36,7 @@ public function get(string $key, callable $callback, float $beta = null)
36
if (INF === $beta || !$item->isHit()) {
37
$value = $callback($item);
38
$item->set($value);
39
+ $this->save($item);
40
}
41
42
return $item->get();
0 commit comments