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 3bc5ca4 commit fe5da95Copy full SHA for fe5da95
ArrayCachePool.php
@@ -129,8 +129,8 @@ protected function clearOneObjectFromCache($key)
129
*/
130
protected function storeItemInCache(PhpCacheItem $item, $ttl)
131
{
132
- $key = $this->getHierarchyKey($item->getKey());
133
- $value = $item->get();
+ $key = $this->getHierarchyKey($item->getKey());
+ $value = $item->get();
134
if (is_object($value)) {
135
$value = clone $value;
136
}
0 commit comments