Skip to content

Commit 6912e6d

Browse files
committed
HierarchicalCachePoolTrait::getValueFormStore was renamed to HierarchicalCachePoolTrait::getDirectValue
1 parent 54e2658 commit 6912e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArrayCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ protected function storeItemInCache(PhpCacheItem $item, $ttl)
161161
/**
162162
* {@inheritdoc}
163163
*/
164-
protected function getValueFormStore($key)
164+
protected function getDirectValue($key)
165165
{
166166
if (isset($this->cache[$key])) {
167167
return $this->cache[$key];

0 commit comments

Comments
 (0)